Home
last modified time | relevance | path

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/
DMSTensor.java26 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/
Dtrain_loop.h28 class MSTensor; variable
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dtypes.cc74 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/
Dmetrics.h25 class MSTensor; variable
/third_party/mindspore/mindspore/lite/test/ut/src/dataset/
Deager_test.cc29 using MSTensor = mindspore::tensor::MSTensor; typedef
/third_party/mindspore/mindspore/ccsrc/cxx_api/
Dtypes.cc356 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/
Dtypes.h131 MSTensor::MSTensor(const std::string &name, enum DataType type, const std::vector<int64_t> &shape, … in MSTensor() function
/third_party/mindspore/include/api/
Dtypes.h330 MSTensor::MSTensor(const std::string &name, enum DataType type, const std::vector<int64_t> &shape, … in MSTensor() function
/third_party/mindspore/mindspore/lite/include/
Dlite_utils.h49 class MSTensor; variable
/third_party/mindspore/mindspore/lite/micro/example/mnist_stm32f746/mnist_stm32f746/include/
Dlite_utils.h49 class MSTensor; variable