Home
last modified time | relevance | path

Searched defs:tensor_buf (Results 1 – 5 of 5) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/mindir_loader/mindir_model/
Dmindir_model_util.cc91 const std::string &tensor_buf = tensor_proto.raw_data(); in MakeValueFromTensorAttribute() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/
Dlite_model.cc57 for (auto &tensor_buf : attr_tensor_bufs_) { in Free() local
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/delegate/nnrt/
Dnnrt_delegate.cc846 auto tensor_buf = reinterpret_cast<char *>(malloc(byte_num)); in TensorToSchemaTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pybind_api/ir/
Dtensor_py.cc545 const char *tensor_buf = PYBIND11_BYTES_AS_STRING(bytes_obj.ptr()); in ConvertBytesToTensor() local
/third_party/mindspore/mindspore-src/source/mindspore/core/load_mindir/
Dload_model.cc538 const std::string &tensor_buf = attr_tensor.raw_data(); in GenerateTensorPtrFromTensorProto() local
1395 const std::string &tensor_buf = attr_tensor.raw_data(); in ObtainValueNodeInTupleTensorForm() local