Home
last modified time | relevance | path

Searched defs:MSTensor (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/coreml/
Dcoreml_executor.mm43 - (instancetype)initWithInputs:(const std::vector<mindspore::MSTensor>*)inputs
140 - (bool)ExecuteWithInputs:(const std::vector<mindspore::MSTensor>&)inputs
/third_party/mindspore/mindspore-src/source/mindspore/lite/include/train/
Dtrain_loop.h27 class MSTensor; variable
/third_party/mindspore/mindspore-src/source/include/api/metrics/
Dmetrics.h25 class MSTensor; variable
/third_party/mindspore/mindspore-src/source/mindspore/lite/test/ut/src/dataset/
Deager_test.cc29 using MSTensor = mindspore::lite::Tensor; typedef
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/
Dtypes.cc77 MSTensor::MSTensor() { in MSTensor() function in mindspore::MSTensor
86 MSTensor::MSTensor(std::nullptr_t) : impl_(nullptr) {} in MSTensor() function in mindspore::MSTensor
87 MSTensor::MSTensor(const std::shared_ptr<Impl> &impl) : impl_(impl) {} in MSTensor() function in mindspore::MSTensor
88 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-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DMSTensor.java36 public class MSTensor { class
49 public MSTensor() { in MSTensor() method in MSTensor
59 public MSTensor(long tensorPtr) { in MSTensor() method in MSTensor
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/cxx_api/
Dtypes.cc384 MSTensor::MSTensor() : impl_(std::make_shared<TensorDefaultImpl>()) {} in MSTensor() function in mindspore::MSTensor
385 MSTensor::MSTensor(std::nullptr_t) : impl_(nullptr) {} in MSTensor() function in mindspore::MSTensor
386 MSTensor::MSTensor(const std::shared_ptr<Impl> &impl) : impl_(impl) { MS_EXCEPTION_IF_NULL(impl); } in MSTensor() function in mindspore::MSTensor
387 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-src/source/include/js_api/
D@ohos.ai.mindSporeLite.d.ts670 interface MSTensor { interface
/third_party/mindspore/mindspore-src/source/include/api/
Dtypes.h397 MSTensor::MSTensor(const std::string &name, enum DataType type, const std::vector<int64_t> &shape, … in MSTensor() function