Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/litert/cxx_api/tensor/
Dtensor_impl.h43 LiteTensorImpl() {} in LiteTensorImpl() function
65 explicit LiteTensorImpl(lite::Tensor *tensor) : lite_tensor_(tensor), from_session_(true) { in LiteTensorImpl() function