Home
last modified time | relevance | path

Searched defs:get_scale (Results 1 – 12 of 12) sorted by relevance

/third_party/boost/boost/gil/extension/numeric/
Daffine.hpp36 static matrix3x2 get_scale(point<T> const& s) in get_scale() function in boost::gil::matrix3x2
40 static matrix3x2 get_scale(T x, T y) { return matrix3x2(x, 0,0,y, 0 ,0 ); } in get_scale() function in boost::gil::matrix3x2
41 static matrix3x2 get_scale(T s) { return matrix3x2(s ,0,0,s ,0 ,0 ); } in get_scale() function in boost::gil::matrix3x2
/third_party/mindspore/mindspore/core/ops/fusion/
Dexp_fusion.cc43 float ExpFusion::get_scale() const { in get_scale() function in mindspore::ops::ExpFusion
Dpow_fusion.cc34 float PowFusion::get_scale() const { return GetValue<float>(GetAttr(kScale)); } in get_scale() function in mindspore::ops::PowFusion
/third_party/mindspore/mindspore/core/ops/grad/
Dpower_grad.cc37 float PowerGrad::get_scale() const { in get_scale() function in mindspore::ops::PowerGrad
/third_party/mindspore/mindspore/core/ops/
Droi_pooling.cc41 float ROIPooling::get_scale() const { in get_scale() function in mindspore::ops::ROIPooling
Dproposal.cc56 std::vector<float> Proposal::get_scale() const { in get_scale() function in mindspore::ops::Proposal
Ddetection_post_process.cc51 std::vector<float> DetectionPostProcess::get_scale() const { in get_scale() function in mindspore::ops::DetectionPostProcess
/third_party/mesa3d/src/compiler/nir/
Dnir_lower_drawpixels.c85 get_scale(lower_drawpixels_state *state) in get_scale() function
/third_party/mindspore/mindspore/lite/src/
Dtensor.h217 float get_scale() const { return this->scale_; } in get_scale() function
/third_party/boost/boost/histogram/axis/
Dregular.hpp58 R get_scale(const T& t) { in get_scale() function
/third_party/weston/clients/
Dimage.c68 get_scale(struct image *image) in get_scale() function
/third_party/ffmpeg/libavfilter/
Dvf_selectivecolor.c73 get_range_scale_func get_scale; member