Home
last modified time | relevance | path

Searched refs:set_base (Results 1 – 21 of 21) sorted by relevance

/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/
Dcaffe_exp_parser.cc31 prim->set_base(exp_param.base()); in Parse()
33 prim->set_base(-1); // -1 represent base = e in Parse()
/third_party/mindspore/mindspore/core/ops/fusion/
Dexp_fusion.cc27 this->set_base(base); in Init()
32 void ExpFusion::set_base(const float base) { (void)this->AddAttr(kBase, MakeValue(base)); } in set_base() function in mindspore::ops::ExpFusion
Dexp_fusion.h49 void set_base(const float base);
/third_party/boost/boost/xpressive/detail/core/
Daccess.hpp119 static void set_base(match_results<BidiIter> &what, BidiIter base) in set_base() function
/third_party/boost/libs/python/src/numpy/
Dndarray.cpp135 r.set_base(owner); in from_data_impl()
194 void ndarray::set_base(object const & base) in set_base() function in boost::python::numpy::ndarray
/third_party/boost/boost/xpressive/
Dregex_iterator.hpp66 access::set_base(this->what_, this->state_.begin_); in next()
/third_party/boost/boost/regex/v4/
Du32regex_iterator.hpp66 what.set_base(base); in next()
Dperl_matcher_common.hpp227 m_presult->set_base(base); in match_imp()
289 m_presult->set_base(base); in find_imp()
314 m_result.set_base(base); in find_imp()
Dregex_iterator.hpp79 what.set_base(base); in next()
Dmatch_results.hpp524 void BOOST_REGEX_CALL set_base(BidiIterator pos) in set_base() function in boost::match_results
/third_party/boost/boost/python/numpy/
Dndarray.hpp110 void set_base(object const & base);
/third_party/gn/src/gn/
Dparse_tree_unittest.cc27 accessor.set_base(base_token); in TEST()
Dfunctions_unittest.cc110 undef_accessor->set_base(defined_token); in TEST()
Dparser.cc609 accessor->set_base(left->AsIdentifier()->value()); in Subscript()
634 accessor->set_base(left->AsIdentifier()->value()); in DotOperator()
Dparse_tree.h174 void set_base(const Token& b) { base_ = b; } in set_base() function
/third_party/boost/libs/python/doc/numpy/reference/
Dndarray.rst49 void set_base(object const & base);
307 void set_base(object const & base);
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/
Dndarray.rst.txt49 void set_base(object const & base);
307 void set_base(object const & base);
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/
Donnx_arithmetic_operation_parser.cc109 prim->set_base(-1.0); in Parse()
/third_party/boost/boost/graph/
Dmaximum_weighted_matching.hpp112 void set_base(const blossom_ptr_t& sub) in set_base() function in boost::weighted_augmenting_path_finder::blossom
479 vb->father->set_base(vb); in adjust_blossom()
484 wb->father->set_base(wb); in adjust_blossom()
/third_party/mindspore/mindspore/lite/tools/converter/parser/tflite/
Dtflite_arithmetic_parser.cc233 prim->set_base(-1.0); in Parse()
/third_party/boost/boost/regex/
Dicu.hpp427 out.set_base(in.base().base()); in copy_results()