| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/ |
| D | de_tensor.h | 47 void SetShape(const std::vector<int64_t> &shape) override { shape_ = shape; }; in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/test/common/ |
| D | common_test.h | 45 void SetShape(int *dst, std::vector<int> src, size_t num) { in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/ |
| D | types.cc | 85 void SetShape(const std::vector<int64_t> &shape) override { shape_ = shape; } in SetShape() function in mindspore::TensorDefaultImpl 119 void SetShape(const std::vector<int64_t> &shape) override { shape_ = shape; } in SetShape() function in mindspore::TensorReferenceImpl 460 void MSTensor::SetShape(const std::vector<int64_t> &) { MS_LOG_EXCEPTION << "Invalid implement."; } in SetShape() function in mindspore::MSTensor
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/ |
| D | tensor_info.cc | 124 void TensorInfo::SetShape(const std::vector<int64_t> &shape) { in SetShape() function in mindspore::lite::TensorInfo
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/infer/ |
| D | matmul_infer.c | 65 int SetShape(const TensorC *const *inputs, size_t inputs_size, TensorC **outputs, size_t outputs_si… in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/tensor/ |
| D | tensor_impl.h | 159 void SetShape(const std::vector<int64_t> &shape) override { in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/python/src/ |
| D | tensor_numpy_impl.h | 56 void SetShape(const std::vector<int64_t> &shape) override { in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/pass/format_pass/ |
| D | pass_utils.cc | 47 bool SetShape(const Tensor *src_tensor, Tensor *dst_tensor) { in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/utils/ |
| D | tensor_default_impl.h | 84 void SetShape(const std::vector<int64_t> &shape) override { shape_ = shape; } in SetShape() function
|
| D | tensor_utils.h | 151 …void SetShape(const std::vector<int64_t> &) override { MS_LOG_EXCEPTION << "Cannot set shape for T… in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/transform/acl_ir/ |
| D | acl_utils.h | 126 AclTensorDescMaker &SetShape(const ShapeVector &shape) { in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/include/backend/debug/ |
| D | tensor_data.h | 215 void SetShape(const std::vector<int64_t> &shape) { this->shape_ = shape; } in SetShape() function
|
| /third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/ |
| D | kernel.cc | 192 void KernelTensor::SetShape(const abstract::BaseShapePtr &shape) { in SetShape() function in mindspore::kernel::KernelTensor
|
| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/ |
| D | types.cc | 590 void MSTensor::SetShape(const std::vector<int64_t> &shape) { in SetShape() function in mindspore::MSTensor
|