Searched defs:MSTensor (Results 1 – 10 of 10) sorted by relevance
| /third_party/mindspore/mindspore/lite/java/java/common/src/main/java/com/mindspore/lite/ |
| D | MSTensor.java | 26 public class MSTensor { class 32 public MSTensor() { in MSTensor() method in MSTensor 41 public MSTensor(long tensorPtr) { in MSTensor() method in MSTensor 51 public MSTensor(String tensorName, ByteBuffer buffer) { in MSTensor() method in MSTensor
|
| /third_party/mindspore/mindspore/lite/include/train/ |
| D | train_loop.h | 28 class MSTensor; variable
|
| /third_party/mindspore/mindspore/lite/src/cxx_api/ |
| D | types.cc | 74 MSTensor::MSTensor() : impl_(std::make_shared<Impl>()) {} in MSTensor() function in mindspore::MSTensor 75 MSTensor::MSTensor(std::nullptr_t) : impl_(nullptr) {} in MSTensor() function in mindspore::MSTensor 76 MSTensor::MSTensor(const std::shared_ptr<Impl> &impl) : impl_(impl) {} in MSTensor() function in mindspore::MSTensor 77 MSTensor::MSTensor(const std::vector<char> &name, enum DataType type, const std::vector<int64_t> &s… in MSTensor() function in mindspore::MSTensor
|
| /third_party/mindspore/include/api/metrics/ |
| D | metrics.h | 25 class MSTensor; variable
|
| /third_party/mindspore/mindspore/lite/test/ut/src/dataset/ |
| D | eager_test.cc | 29 using MSTensor = mindspore::tensor::MSTensor; typedef
|
| /third_party/mindspore/mindspore/ccsrc/cxx_api/ |
| D | types.cc | 356 MSTensor::MSTensor() : impl_(std::make_shared<TensorDefaultImpl>()) {} in MSTensor() function in mindspore::MSTensor 357 MSTensor::MSTensor(std::nullptr_t) : impl_(nullptr) {} in MSTensor() function in mindspore::MSTensor 358 MSTensor::MSTensor(const std::shared_ptr<Impl> &impl) : impl_(impl) { MS_EXCEPTION_IF_NULL(impl); } in MSTensor() function in mindspore::MSTensor 359 MSTensor::MSTensor(const std::vector<char> &name, enum DataType type, const std::vector<int64_t> &s… in MSTensor() function in mindspore::MSTensor
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/api/ |
| D | types.h | 131 MSTensor::MSTensor(const std::string &name, enum DataType type, const std::vector<int64_t> &shape, … in MSTensor() function
|
| /third_party/mindspore/include/api/ |
| D | types.h | 330 MSTensor::MSTensor(const std::string &name, enum DataType type, const std::vector<int64_t> &shape, … in MSTensor() function
|
| /third_party/mindspore/mindspore/lite/include/ |
| D | lite_utils.h | 49 class MSTensor; variable
|
| /third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/ |
| D | lite_utils.h | 49 class MSTensor; variable
|