Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/minddata/dataset/core/
Dtensor.h164 …static Status CreateFromVector(const std::vector<T> &items, const TensorShape &shape, TensorPtr *o… in CreateFromVector() function
179 static Status CreateFromVector(const std::vector<T> &items, TensorPtr *out) { in CreateFromVector() function
188 …static Status CreateFromVector(const std::vector<bool> &items, const TensorShape &shape, TensorPtr… in CreateFromVector() function
215 …static Status CreateFromVector(const std::vector<std::string> &items, const TensorShape &shape, co… in CreateFromVector() function
269 …static Status CreateFromVector(const std::vector<std::string> &items, const TensorShape &shape, Te… in CreateFromVector() function