Home
last modified time | relevance | path

Searched defs:offset_shape (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore/lite/test/ut/src/runtime/kernel/arm/fp32/
Dscale_fp32_tests.cc65const std::vector<int> &offset_shape, const std::vector<int> &output_shape, in Prepare()
101 std::vector<int> offset_shape{3}; in TEST_F() local
123 std::vector<int> offset_shape{3}; in TEST_F() local
144 std::vector<int> offset_shape{3}; in TEST_F() local
/third_party/mindspore/mindspore/ccsrc/ps/ps_cache/ascend/
Dascend_ps_cache.cc223 std::vector<size_t> offset_shape = {1}; in HashSwapOut() local
264 std::vector<size_t> offset_shape = {1}; in HashSwapIn() local
/third_party/mindspore/mindspore/lite/tools/converter/legacy_optimizer/fusion/
Dmul_add_fusion_pass.cc107 const std::vector<int> &offset_shape) { in ScaleInputShapeValid()
/third_party/mindspore/mindspore/lite/src/runtime/kernel/opencl/kernel/
Dscale.cc134 GpuTensorInfo offset_shape = GpuTensorInfo(offset_tensor); in InitWeights() local
/third_party/mindspore/mindspore/ops/operations/
D_embedding_cache_ops.py95 def check_shape(self, input_x_shape, max_num_shape, offset_shape): argument