Searched refs:TensorImplToStrings (Results 1 – 3 of 3) sorted by relevance
85 std::vector<std::string> MSTensor::Impl::TensorImplToStrings(const std::shared_ptr<Impl> &impl) { in TensorImplToStrings() function in mindspore::MSTensor::Impl
68 static std::vector<std::string> MS_API TensorImplToStrings(const std::shared_ptr<Impl> &impl);
171 return VectorStringToChar(Impl::TensorImplToStrings(tensor.impl_)); in TensorToStringChars()