/third_party/mindspore/mindspore/core/ops/ |
D | reshape.h | 35 Reshape() : PrimitiveC(kNameReshape) { InitIOName({"tensor", "shape"}, {"output"}); } in Reshape() function
|
/third_party/mindspore/tests/ut/cpp/python_input/gtest_input/pre_activate/ |
D | transpose_reshape_fusion_test.py | 19 Reshape = P.Reshape() variable
|
D | reshape_transpose_fusion_test.py | 19 Reshape = P.Reshape() variable
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/math/ |
D | cumsum_gpu_kernel.h | 96 void Reshape() { in Reshape() function
|
D | cumprod_gpu_kernel.h | 96 void Reshape() { in Reshape() function
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/arrays/ |
D | gather_gpu_kernel.h | 99 void Reshape() { in Reshape() function
|
D | gather_grad_gpu_kernel.h | 100 void Reshape() { in Reshape() function
|
D | gatherv2_gpu_kernel.h | 127 void Reshape() { in Reshape() function
|
D | embedding_lookup_gpu_kernel.h | 119 void Reshape() { in Reshape() function
|
D | gathernd_gpu_kernel.h | 137 void Reshape() { in Reshape() function
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/ |
D | cv_tensor.cc | 117 Status CVTensor::Reshape(const TensorShape &shape) { in Reshape() function in mindspore::dataset::CVTensor
|
D | tensor.cc | 483 Status Tensor::Reshape(const TensorShape &shape) { in Reshape() function in mindspore::dataset::Tensor
|
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/cpu/ |
D | cumsum_cpu_kernel.cc | 98 void CumSumCPUKernel::Reshape() { in Reshape() function in mindspore::kernel::CumSumCPUKernel
|
/third_party/mindspore/mindspore/_extends/graph_kernel/model/ |
D | op_infer.py | 218 class Reshape(_Reshape): class
|
/third_party/mindspore/tests/ut/cpp/dataset/ |
D | tensor_test.cc | 87 TEST_F(MindDataTestTensorDE, Reshape) { in TEST_F() argument
|
/third_party/mindspore/mindspore/ccsrc/backend/optimizer/trt_pass/ |
D | trt_op_converter.cc | 619 MS_TRT_CONVERTER_FUNC_REG(Reshape) { return AddReshapeLayer(node, context); } in MS_TRT_CONVERTER_FUNC_REG() argument
|
/third_party/mindspore/mindspore/ops/operations/ |
D | array_ops.py | 448 class Reshape(PrimitiveWithInfer): class
|