Home
last modified time | relevance | path

Searched refs:weight_names (Results 1 – 24 of 24) sorted by relevance

/dports/games/leela-zero/leela-zero-0.17/training/minigo/
H A Dconvert_minigo.py90 weight_names = []
97 weight_names.append('conv2d{}/kernel:0'.format(number))
98 weight_names.append('conv2d{}/bias:0'.format(number))
100 weight_names.append('batch_normalization{}/gamma:0'.format(number))
101 weight_names.append('batch_normalization{}/beta:0'.format(number))
102 weight_names.append('batch_normalization{}/moving_mean:0'.format(number))
103 weight_names.append('batch_normalization{}/moving_variance:0'.format(number))
107 weight_names.append('dense{}/kernel:0'.format(number))
108 weight_names.append('dense{}/bias:0'.format(number))
122 for i, name in enumerate(weight_names):
/dports/science/hepmc3/HepMC3-3.2.4/interfaces/pythia6/include/Pythia6/
H A DPythia6ToHepMC3.cc126 …second->weights() = std::vector<double>(hepmc3_gGenRunInfos[position]->weight_names().size(), 1.0); in hepmc3_convert_event_()
266 std::vector<std::string> weight_names = hepmc3_gGenRunInfos[position]->weight_names(); in hepmc3_new_weight_() local
267 weight_names.push_back(std::string(name)); in hepmc3_new_weight_()
269 hepmc3_gGenRunInfos[position]->set_weight_names(weight_names); in hepmc3_new_weight_()
/dports/science/hepmc3/HepMC3-3.2.4/src/
H A DGenRunInfo.cc53 data.weight_names = this->weight_names(); in write_data()
85 set_weight_names(data.weight_names); in read_data()
H A DReaderAscii.cc317 if ( run_info() && run_info()->weight_names().size() in parse_weight_values()
318 && run_info()->weight_names().size() != wts.size() ) in parse_weight_values()
321 …the number weight names("+std::to_string((long long int)(run_info()->weight_names().size()))+") i… in parse_weight_values()
H A DWriterAscii.cc278 const std::vector<std::string> names = run_info()->weight_names(); in write_run_info()
H A DGenEvent.cc35 if ( run && !run->weight_names().empty() ) in GenEvent()
36 m_weights = std::vector<double>(run->weight_names().size(), 1.0); in GenEvent()
H A DPrint.cc98 std::vector<std::string> names = ri.weight_names(); in listing()
H A DWriterAsciiHepMC2.cc164 const std::vector<std::string> names = run_info()->weight_names(); in write_event()
/dports/misc/mxnet/incubator-mxnet-1.9.0/3rdparty/tvm/python/tvm/relay/analysis/
H A Dsparse_dense.py77 weight_names = _search_dense_op_weight(expr)
78 for name in weight_names:
/dports/science/hepmc3/HepMC3-3.2.4/include/HepMC3/
H A DGenEvent.h111 const std::vector<std::string>& weight_names() const { in weight_names() function
113 const std::vector<std::string>& weightnames = run_info()->weight_names(); in weight_names()
131 if ( run && !run->weight_names().empty() ) in set_run_info()
132 m_weights.resize(run->weight_names().size(), 1.0); in set_run_info()
H A DGenRunInfo.h84 const std::vector<std::string> & weight_names() const { in weight_names() function
/dports/science/hepmc3/HepMC3-3.2.4/include/HepMC3/Data/
H A DGenRunInfoData.h24 std::vector<std::string> weight_names; ///< Weight names member
/dports/misc/py-mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_subgraph.py63 weight_names = orig.list_arguments()[1:]
64 weight_dict, weight_sym_dict = create_weights(weight_shapes, weight_names)
/dports/misc/mxnet/incubator-mxnet-1.9.0/tests/python/unittest/
H A Dtest_subgraph.py63 weight_names = orig.list_arguments()[1:]
64 weight_dict, weight_sym_dict = create_weights(weight_shapes, weight_names)
/dports/science/hepmc3/HepMC3-3.2.4/rootIO/src/
H A DWriterRootTree.cc66 m_run_info_data->weight_names.clear(); in write_event()
H A DReaderRootTree.cc97 m_run_info_data->weight_names.clear(); in read_event()
/dports/graphics/dia/dia-0.97.3/lib/
H A Dfont.c525 static const WeightName weight_names[] = { variable
544 for (p = weight_names; p->name != NULL; ++p) { in dia_font_get_weight_string()
556 for (p = weight_names; p->name != NULL; ++p) { in dia_font_set_weight_from_string()
/dports/science/py-OpenFermion/OpenFermion-1.3.0/src/openfermion/circuits/gates/
H A Dfermionic_simulation_test.py128 weight_names = [f'w{i}' for i in range(gate.num_weights())]
129 weight_params = [sympy.Symbol(w) for w in weight_names]
130 resolver = dict(zip(weight_names, gate.weights))
/dports/science/hepmc3/HepMC3-3.2.4/examples/ConvertExample/src/
H A DReaderuprootTree.cc308 m_run_info_data->weight_names.clear(); in read_event()
315 m_run_info_data->weight_names = get_vector<std::string>(m_genruninfo, "weight_names"); in read_event()
/dports/science/hepmc3/HepMC3-3.2.4/examples/LHEFExample/
H A DLHEF_example_cat.cc147 if ( input.run_info()->weight_names() != weightnames ) return 2; in main()
/dports/science/hepmc3/HepMC3-3.2.4/python/src/
H A DpyHepMC3_8.cpp109 …d::string > > & (HepMC3::GenRunInfo::*)() const) &HepMC3::GenRunInfo::weight_names, "Get the vecto… in bind_pyHepMC3_8()
178 …r<std::string > > & (HepMC3::GenEvent::*)() const) &HepMC3::GenEvent::weight_names, "Get event wei… in bind_pyHepMC3_8()
H A DpyHepMC3_9.cpp175 cl.def_readwrite("weight_names", &HepMC3::GenRunInfoData::weight_names); in bind_pyHepMC3_9()
/dports/science/hepmc3/HepMC3-3.2.4/interfaces/HepMCCompatibility/include/
H A DHepMCCompatibility.h166 std::vector<std::string> wn=evt.weight_names(); in ConvertHepMCGenEvent_3to2()
/dports/science/hepmc3/HepMC3-3.2.4/
H A DChangeLog91 ** Fixed GenEvent::weight_names(). Now it should be called w/o arguments.