Home
last modified time | relevance | path

Searched defs:h2h (Results 1 – 10 of 10) sorted by relevance

/dports/math/cgal/CGAL-5.3/examples/BGL_polyhedron_3/
H A Dcopy_polyhedron.cpp60 boost::unordered_map<sm_halfedge_descriptor, tm_halfedge_descriptor> h2h; in main() local
87 boost::unordered_map<source_halfedge_descriptor, tm_halfedge_descriptor> h2h; in main() local
/dports/math/cgal/CGAL-5.3/include/CGAL/boost/graph/
H A Dcopy_face_graph.h38 V2V v2v, H2H h2h, F2F f2f, in copy_face_graph_impl()
406 V2V v2v, H2H h2h, F2F f2f, in copy_face_graph()
421 void copy_face_graph(const SourceMesh& sm, TargetMesh& tm, V2V v2v, H2H h2h) in copy_face_graph()
426 void copy_face_graph(const SourceMesh& sm, TargetMesh& tm, V2V v2v, H2H h2h, F2F f2f) in copy_face_graph()
431 void copy_face_graph(const SourceMesh& sm, TargetMesh& tm, V2V v2v, H2H h2h, F2F f2f, Src_vpm sm_vp… in copy_face_graph()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/pcb_calculator/transline/
H A Dc_microstrip.cpp215 double C_MICROSTRIP::delta_q_cover_even( double h2h ) in delta_q_cover_even()
232 double C_MICROSTRIP::delta_q_cover_odd( double h2h ) in delta_q_cover_odd()
255 double u_t_e, u_t_o, g, h2, h2h; in er_eff_static() local
307 double C_MICROSTRIP::delta_Z0_even_cover( double g, double u, double h2h ) in delta_Z0_even_cover()
337 double C_MICROSTRIP::delta_Z0_odd_cover( double g, double u, double h2h ) in delta_Z0_odd_cover()
376 double er_eff, h2, u_t_e, u_t_o, g, h2h; in Z0_even_odd() local
H A Dmicrostrip.cpp82 double MICROSTRIP::delta_Z0_cover( double u, double h2h ) in delta_Z0_cover()
116 double MICROSTRIP::delta_q_cover( double h2h ) in delta_q_cover()
178 double e_r, h2, h2h, u, t_h; in microstrip_Z0() local
/dports/math/cgal/CGAL-5.3/examples/BGL_LCC/
H A Dcopy_lcc.cpp54 boost::unordered_map<source_halfedge_descriptor, tm_halfedge_descriptor> h2h; in main() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/rnn/
H A DLstm.scala40 val h2h = Symbol.api.FullyConnected(data = Some(prevState.h), weight = Some(param.h2hWeight), constant
/dports/misc/mxnet/incubator-mxnet-1.9.0/scala-package/examples/src/main/scala/org/apache/mxnetexamples/rnn/
H A DLstm.scala40 val h2h = Symbol.api.FullyConnected(data = Some(prevState.h), weight = Some(param.h2hWeight), constant
/dports/net/sems/sems-f89581a/apps/diameter_client/
H A DServerConnection.h85 AAAMsgIdentifier h2h; member
/dports/misc/mxnet/incubator-mxnet-1.9.0/cpp-package/example/
H A DcharRNN.cpp72 auto h2h = FullyConnected(prefix + "_h2h", prev_state.h, param.h2h_weight, param.h2h_bias, in LSTM() local
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/cpp-package/example/
H A DcharRNN.cpp72 auto h2h = FullyConnected(prefix + "_h2h", prev_state.h, param.h2h_weight, param.h2h_bias, in LSTM() local