Searched defs:CreateFromVector (Results 1 – 2 of 2) sorted by relevance
160 …static Status CreateFromVector(const std::vector<T> &items, const TensorShape &shape, TensorPtr *o… in CreateFromVector() function176 static Status CreateFromVector(const std::vector<T> &items, TensorPtr *out) { in CreateFromVector() function185 …static Status CreateFromVector(const std::vector<bool> &items, const TensorShape &shape, TensorPtr… in CreateFromVector() function
59 TEST_F(ByteBufferTest, CreateFromVector) { in TEST_F() argument