Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/minddata/dataset/core/
Dtensor.h160 …static Status CreateFromVector(const std::vector<T> &items, const TensorShape &shape, TensorPtr *o… in CreateFromVector() function
176 static Status CreateFromVector(const std::vector<T> &items, TensorPtr *out) { in CreateFromVector() function
185 …static Status CreateFromVector(const std::vector<bool> &items, const TensorShape &shape, TensorPtr… in CreateFromVector() function
/third_party/grpc/test/cpp/util/
Dbyte_buffer_test.cc59 TEST_F(ByteBufferTest, CreateFromVector) { in TEST_F() argument