Home
last modified time | relevance | path

Searched defs:set_scale (Results 1 – 13 of 13) sorted by relevance

/third_party/mindspore/mindspore/core/ops/fusion/
Dexp_fusion.cc34 void ExpFusion::set_scale(const float scale) { (void)this->AddAttr(kScale, MakeValue(scale)); } in set_scale() function in mindspore::ops::ExpFusion
Dpow_fusion.cc31 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/
Dpower_grad.cc36 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/
Droi_pooling.cc39 void ROIPooling::set_scale(const float scale) { (void)this->AddAttr(kScale, MakeValue(scale)); } in set_scale() function in mindspore::ops::ROIPooling
Dproposal.cc54 void Proposal::set_scale(const std::vector<float> &scale) { (void)this->AddAttr(kScale, MakeValue(s… in set_scale() function in mindspore::ops::Proposal
Ddetection_post_process.cc50 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/
Dpshints.h61 PSH_Globals_SetScaleFunc set_scale; member
/third_party/freetype/include/freetype/internal/
Dpshints.h61 PSH_Globals_SetScaleFunc set_scale; member
/third_party/flutter/skia/third_party/externals/freetype/include/freetype/internal/
Dpshints.h62 PSH_Globals_SetScaleFunc set_scale; member
/third_party/mindspore/mindspore/lite/src/
Dtensor.h219 void set_scale(float scale) { this->scale_ = scale; } in set_scale() function
/third_party/mindspore/mindspore/core/mindrt/src/thread/
Dthreadpool.cc103 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/
Djsseek.c1148 set_scale (gdouble value) in set_scale() function
/third_party/gstreamer/gstplugins_base/tests/examples/playback/
Dplayback-test.c397 set_scale (PlaybackApp * app, gdouble value) in set_scale() function