Home
last modified time | relevance | path

Searched defs:scale_shape (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dscale_fp32_tests.cc64 …id TestScaleFp32::Prepare(const std::vector<int> &input_shape, const std::vector<int> &scale_shape, in Prepare()
100 std::vector<int> scale_shape{3}; in TEST_F() local
122 std::vector<int> scale_shape{3}; in TEST_F() local
143 std::vector<int> scale_shape{3}; in TEST_F() local
/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/int8/
Dscale_int8.cc65 …:Prepare(const std::vector<int> &in_shape, int8_t *input_data, const std::vector<int> &scale_shape, in Prepare()
113 std::vector<int> scale_shape = {2, 2, 1}; in TEST_F() local
139 std::vector<int> scale_shape = {2, 2, 1}; in TEST_F() local
165 std::vector<int> scale_shape = {2, 2, 1}; in TEST_F() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dscale.cc46 auto scale_shape = scale_tensor->shape(); in CheckSpecs() local
123 GpuTensorInfo scale_shape = GpuTensorInfo(scale_tensor); in InitWeights() local
162 auto scale_shape = scale_tensor->shape(); in Prepare() local
/third_party/mindspore/mindspore/lite/micro/coder/opcoders/nnacl/fp32/
Dscale_fp32_coder.cc69 std::vector<int> scale_shape = scale_tensor->shape(); in CalculateParameter() local
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/fp32/
Dscale_fp32.cc90 auto scale_shape = scale_tensor->shape(); in CalculateParameter() local
/third_party/mindspore/mindspore/lite/src/delegate/npu/op/
Dscale_npu.cc127 auto scale_shape = in_tensors[SCALE_INDEX].Shape(); in ConvertScaleToMul() local
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/fusion/
Dmul_add_fusion_pass.cc106 bool ScaleInputShapeValid(const std::vector<int> &input_shape, const std::vector<int> &scale_shape, in ScaleInputShapeValid()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/arm/int8/
Dscale_int8.cc105 auto scale_shape = scale_tensor->shape(); in InitParameter() local
/third_party/mindspore/mindspore/ops/operations/
D_grad_ops.py187 …def infer_shape(self, y_backprop_shape, x_shape, scale_shape, save_mean_shape, save_variance_shape… argument
205 …def infer_shape(self, y_backprop_shape, x_shape, scale_shape, save_mean_shape, save_variance_shape… argument