Home
last modified time | relevance | path

Searched defs:get_shift (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/fusion/
Dpow_fusion.cc37 float PowFusion::get_shift() const { return GetValue<float>(GetAttr(kShift)); } in get_shift() function in mindspore::ops::PowFusion
Dexp_fusion.cc52 float ExpFusion::get_shift() const { in get_shift() function in mindspore::ops::ExpFusion
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/grad/
Dpower_grad.cc43 float PowerGrad::get_shift() const { in get_shift() function in mindspore::ops::PowerGrad
/third_party/rust/rust/library/core/src/num/dec2flt/
Dslow.rs32 let get_shift = |n| { in parse_long_mantissa() localVariable
/third_party/ffmpeg/libavformat/
Djacosubdec.c127 static int get_shift(unsigned timeres, const char *buf) in get_shift() function
/third_party/mindspore/mindspore-src/source/mindspore/core/ops/auto_generate/
Dgen_lite_ops.cc1835 std::vector<int64_t> Roll::get_shift() const { return GetValue<std::vector<int64_t>>(Ge… in get_shift() function in mindspore::ops::Roll