Searched defs:get_shift (Results 1 – 4 of 4) sorted by relevance
| /third_party/mindspore/mindspore/core/ops/fusion/ | ||
| D | exp_fusion.cc | 48 float ExpFusion::get_shift() const { in get_shift() function in mindspore::ops::ExpFusion |
| D | pow_fusion.cc | 35 float PowFusion::get_shift() const { return GetValue<float>(GetAttr(kShift)); } in get_shift() function in mindspore::ops::PowFusion |
| /third_party/mindspore/mindspore/core/ops/grad/ | ||
| D | power_grad.cc | 44 float PowerGrad::get_shift() const { in get_shift() function in mindspore::ops::PowerGrad |
| /third_party/ffmpeg/libavformat/ | ||
| D | jacosubdec.c | 135 static int get_shift(int timeres, const char *buf) in get_shift() function |