Home
last modified time | relevance | path

Searched refs:TensorImplToStrings (Results 1 – 3 of 3) sorted by relevance

/third_party/mindspore/mindspore/lite/src/cxx_api/tensor/
Dtensor_impl.cc85 std::vector<std::string> MSTensor::Impl::TensorImplToStrings(const std::shared_ptr<Impl> &impl) { in TensorImplToStrings() function in mindspore::MSTensor::Impl
Dtensor_impl.h68 static std::vector<std::string> MS_API TensorImplToStrings(const std::shared_ptr<Impl> &impl);
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dtypes.cc171 return VectorStringToChar(Impl::TensorImplToStrings(tensor.impl_)); in TensorToStringChars()