Home
last modified time | relevance | path

Searched defs:tensorName (Results 1 – 6 of 6) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/java/src/main/java/com/mindspore/
DMSTensor.java70 …public static MSTensor createTensor(String tensorName, int dataType, int[] tensorShape, ByteBuffer… in createTensor()
86 public static MSTensor createTensor(String tensorName, Object obj) { in createTensor()
389 public String tensorName() { in tensorName() method in MSTensor
443 … private static native long createTensorByNative(String tensorName, int dataType, int[] tesorShape, in createTensorByNative()
446 … private static native long createTensorByObject(String tensorName, int dataType, int[] tesorShape, in createTensorByObject()
481 private native String tensorName(long tensorPtr); in tensorName() method in MSTensor
DModel.java249 public MSTensor getInputByTensorName(String tensorName) { in getInputByTensorName()
266 public MSTensor getOutputByTensorName(String tensorName) { in getOutputByTensorName()
470 private native long getInputByTensorName(long modelPtr, String tensorName); in getInputByTensorName()
476 private native long getOutputByTensorName(long modelPtr, String tensorName); in getOutputByTensorName()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/session/
Dascend_native_session.cc474 …lPtr AscendNativeSession::GetOutputByTensorName(uint32_t graph_id, const std::string &tensorName) { in GetOutputByTensorName()
487 …plPtr AscendNativeSession::GetInputByTensorName(uint32_t graph_id, const std::string &tensorName) { in GetInputByTensorName()
Ddefault_session.cc213 …lPtr DefaultInferSession::GetOutputByTensorName(uint32_t graph_id, const std::string &tensorName) { in GetOutputByTensorName()
Ddelegate_session.cc363 …ImplPtr GraphSinkSession::GetOutputByTensorName(uint32_t graph_id, const std::string &tensorName) { in GetOutputByTensorName()
/third_party/mindspore/test/unittest/
Dmindspore_unit_test.cpp894 const char *tensorName = OH_AI_TensorGetName(tensor); variable
919 const char *tensorName = OH_AI_TensorGetName(tensor); variable