Home
last modified time | relevance | path

Searched defs:CreateFromVector (Results 1 – 2 of 2) 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
/third_party/grpc/test/cpp/util/
Dbyte_buffer_test.cc58 TEST_F(ByteBufferTest, CreateFromVector) { in TEST_F() argument