Home
last modified time | relevance | path

Searched defs:in_tensor_shape (Results 1 – 14 of 14) sorted by relevance

/third_party/mindspore/mindspore-src/source/tests/ut/cpp/parallel/tensor_layout/
Dreshape_layout_transfer_test.cc49 Arrangement in_tensor_shape; in InferUnifiedLayout() local
89 const TensorShape &in_tensor_shape, const TensorMap &out_tensor_map, in InferUnifiedLayoutCheck()
113 const TensorShape &in_tensor_shape, const TensorMap &out_tensor_map, in ValidUnifiedLayoutCheck()
133 TensorShape in_tensor_shape = {512, 1024}; in TEST_F() local
148 TensorShape in_tensor_shape = {512, 1024}; in TEST_F() local
163 TensorShape in_tensor_shape = {512, 1024}; in TEST_F() local
172 TensorShape in_tensor_shape = {512, 1024}; in TEST_F() local
181 TensorShape in_tensor_shape = {4, 2}; in TEST_F() local
190 TensorShape in_tensor_shape = {8, 2, 2}; in TEST_F() local
199 TensorShape in_tensor_shape = {2, 2}; in TEST_F() local
[all …]
Dtensor_redistribution_test.cc63 Arrangement in_tensor_shape; in TEST_F() local
116 Arrangement in_tensor_shape; in TEST_F() local
168 Arrangement in_tensor_shape; in TEST_F() local
Dredistribution_operator_infer_test.cc81 Arrangement in_tensor_shape; in InferOperatorCheckAll() local
Dutil_layout_gen_test.cc266 … const TensorMap &in_tensor_map, const TensorShape &in_tensor_shape, in LayoutTransferValidLayoutChangeCheck()
318const TensorShape &in_tensor_shape, const DeviceArrangement &out_device_arrangement, in ValidLayoutChangeCheck()
Dtensor_layout_test.cc219 TensorShape in_tensor_shape = {512, 1024}; in TEST_F() local
237 TensorShape in_tensor_shape = {512, 1024}; in TEST_F() local
Dredistribution_layout_transfer_test.cc254 TensorShape in_tensor_shape = std::get<2>(layout_list[in]); in ValidRedistributionLayoutCheckAll() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/kernels/data/
Dunique_op.cc30 auto in_tensor_shape = in_tensor->shape(); in Compute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/converter/micro/coder/wrapper/fp32/
Dsplit_fp32_wrapper.h25 int *in_tensor_shape; member
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/op/
Dglu_tensorrt.cc39 auto in_tensor_shape = ctx->network()->addShape(*input(ctx, 0).trt_tensor_)->getOutput(0); in AddInnerOp() local
Dslicefusion_tensorrt.cc26 auto in_tensor_shape = ctx->network()->addShape(*input)->getOutput(0); in GetDynamicSliceSize() local
Dsplit_tensorrt.cc35 auto in_tensor_shape = ctx->network()->addShape(*input)->getOutput(0); in GetDynamicSliceSize() local
Dstrideslice_tensorrt.cc53 auto in_tensor_shape = ctx->network()->addShape(*input)->getOutput(0); in GetDynamicAxisSliceSize() local
129 auto in_tensor_shape = ctx->network()->addShape(*input)->getOutput(0); in GetDynamicSliceSize() local
Dresize_tensorrt.cc113 auto in_tensor_shape = ctx->network()->addShape(*resize_in_tensor)->getOutput(0); in SetOutputDims() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/pass/format_pass/
Dpass_utils.cc102 auto in_tensor_shape = in_tensor->shape(); in InsertPreTranspose() local