/third_party/mindspore/mindspore/lite/tools/converter/parser/caffe/ |
D | caffe_exp_parser.cc | 31 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/ |
D | exp_fusion.cc | 27 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
|
D | exp_fusion.h | 49 void set_base(const float base);
|
/third_party/boost/boost/xpressive/detail/core/ |
D | access.hpp | 119 static void set_base(match_results<BidiIter> &what, BidiIter base) in set_base() function
|
/third_party/boost/libs/python/src/numpy/ |
D | ndarray.cpp | 135 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/ |
D | regex_iterator.hpp | 66 access::set_base(this->what_, this->state_.begin_); in next()
|
/third_party/boost/boost/regex/v4/ |
D | u32regex_iterator.hpp | 66 what.set_base(base); in next()
|
D | perl_matcher_common.hpp | 227 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()
|
D | regex_iterator.hpp | 79 what.set_base(base); in next()
|
D | match_results.hpp | 524 void BOOST_REGEX_CALL set_base(BidiIterator pos) in set_base() function in boost::match_results
|
/third_party/boost/boost/python/numpy/ |
D | ndarray.hpp | 110 void set_base(object const & base);
|
/third_party/gn/src/gn/ |
D | parse_tree_unittest.cc | 27 accessor.set_base(base_token); in TEST()
|
D | functions_unittest.cc | 110 undef_accessor->set_base(defined_token); in TEST()
|
D | parser.cc | 609 accessor->set_base(left->AsIdentifier()->value()); in Subscript() 634 accessor->set_base(left->AsIdentifier()->value()); in DotOperator()
|
D | parse_tree.h | 174 void set_base(const Token& b) { base_ = b; } in set_base() function
|
/third_party/boost/libs/python/doc/numpy/reference/ |
D | ndarray.rst | 49 void set_base(object const & base); 307 void set_base(object const & base);
|
/third_party/boost/libs/python/doc/html/numpy/_sources/reference/ |
D | ndarray.rst.txt | 49 void set_base(object const & base); 307 void set_base(object const & base);
|
/third_party/mindspore/mindspore/lite/tools/converter/parser/onnx/ |
D | onnx_arithmetic_operation_parser.cc | 109 prim->set_base(-1.0); in Parse()
|
/third_party/boost/boost/graph/ |
D | maximum_weighted_matching.hpp | 112 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/ |
D | tflite_arithmetic_parser.cc | 233 prim->set_base(-1.0); in Parse()
|
/third_party/boost/boost/regex/ |
D | icu.hpp | 427 out.set_base(in.base().base()); in copy_results()
|