/third_party/mindspore/mindspore/core/ops/fusion/ |
D | exp_fusion.cc | 34 void ExpFusion::set_scale(const float scale) { (void)this->AddAttr(kScale, MakeValue(scale)); } in set_scale() function in mindspore::ops::ExpFusion
|
D | pow_fusion.cc | 31 void PowFusion::set_scale(const float &scale) { (void)this->AddAttr(kScale, MakeValue(scale)); } in set_scale() function in mindspore::ops::PowFusion
|
/third_party/mindspore/mindspore/core/ops/grad/ |
D | power_grad.cc | 36 void PowerGrad::set_scale(const float scale) { (void)this->AddAttr(kScale, MakeValue(scale)); } in set_scale() function in mindspore::ops::PowerGrad
|
/third_party/mindspore/mindspore/core/ops/ |
D | roi_pooling.cc | 39 void ROIPooling::set_scale(const float scale) { (void)this->AddAttr(kScale, MakeValue(scale)); } in set_scale() function in mindspore::ops::ROIPooling
|
D | proposal.cc | 54 void Proposal::set_scale(const std::vector<float> &scale) { (void)this->AddAttr(kScale, MakeValue(s… in set_scale() function in mindspore::ops::Proposal
|
D | detection_post_process.cc | 50 void DetectionPostProcess::set_scale(const std::vector<float> &scale) { (void)this->AddAttr(kScale,… in set_scale() function in mindspore::ops::DetectionPostProcess
|
/third_party/skia/third_party/externals/freetype/include/freetype/internal/ |
D | pshints.h | 61 PSH_Globals_SetScaleFunc set_scale; member
|
/third_party/freetype/include/freetype/internal/ |
D | pshints.h | 61 PSH_Globals_SetScaleFunc set_scale; member
|
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/ |
D | pshints.h | 62 PSH_Globals_SetScaleFunc set_scale; member
|
/third_party/mindspore/mindspore/lite/src/ |
D | tensor.h | 219 void set_scale(float scale) { this->scale_ = scale; } in set_scale() function
|
/third_party/mindspore/mindspore/core/mindrt/src/thread/ |
D | threadpool.cc | 103 void Worker::set_scale(float lhs_scale, float rhs_scale) { in set_scale() function in mindspore::Worker
|
/third_party/gstreamer/gstplugins_base/tests/examples/seek/ |
D | jsseek.c | 1148 set_scale (gdouble value) in set_scale() function
|
/third_party/gstreamer/gstplugins_base/tests/examples/playback/ |
D | playback-test.c | 397 set_scale (PlaybackApp * app, gdouble value) in set_scale() function
|