Searched refs:constant_ (Results 1 – 8 of 8) sorted by relevance
/third_party/boost/boost/math/constants/ |
D | constants.hpp | 177 …define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) constant_initializer<T, & BOOST_J… argument 179 # define BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name) argument 184 template <class T> struct BOOST_JOIN(constant_, name){\ 215 … constant_initializer<T, & BOOST_JOIN(constant_, name)<T>::get_from_string >::force_instantiate();\ 227 …constant_initializer2<T, N, & BOOST_JOIN(constant_, name)<T>::template get_from_compute<N> >::forc… 233 BOOST_MATH_PRECOMPUTE_IF_NOT_LOCAL(constant_, name)\ 241 …{ return detail:: BOOST_JOIN(constant_, name)<T>::get(typename construction_traits<T, Policy>::typ…
|
/third_party/skia/third_party/externals/tint/src/sem/ |
D | expression.h | 55 const Constant& ConstantValue() const { return constant_; } in ConstantValue() 70 const Constant constant_; variable
|
D | expression.cc | 31 constant_(std::move(constant)) { in Expression()
|
/third_party/boost/tools/build/src/engine/ |
D | debug.h | 53 …e ) profile_frame PROF_ ## scope, *PROF_ ## scope ## _p = profile_init( constant_ ## scope, &PROF_…
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/api/ |
D | transforms.cc | 125 : op_(op), constant_(constant), ms_type_(ms_type) {} in Data() 127 MSTensor constant_; member 137 Status rc = Tensor::CreateFromMSTensor(data_->constant_, &out_constant); in Parse()
|
/third_party/boost/libs/math/include_private/boost/math/constants/ |
D | generate.hpp | 72 …& boost::math::constants::detail::BOOST_JOIN(constant_, name)<boost::math::constants::generator_ty…
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/ir/data/ |
D | transforms_ir.cc | 147 : op_(op), constant_(constant), dtype_(dtype) {} in MaskOperation() 158 std::shared_ptr<TensorOp> MaskOperation::Build() { return std::make_shared<MaskOp>(op_, constant_, … in Build()
|
D | transforms_ir.h | 133 std::shared_ptr<Tensor> constant_; variable
|