Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/lite/src/cxx_api/tensor/
Dtensor_impl.cc60 std::shared_ptr<MSTensor::Impl> MSTensor::Impl::StringsToTensorImpl(const std::string &name, in StringsToTensorImpl() function in mindspore::MSTensor::Impl
Dtensor_impl.h66 …static std::shared_ptr<Impl> MS_API StringsToTensorImpl(const std::string &name, const std::vector…
/third_party/mindspore/mindspore/lite/src/cxx_api/
Dtypes.cc147 auto impl = Impl::StringsToTensorImpl(CharToString(name), VectorCharToString(inputs)); in CharStringsToTensor()