Searched defs:BuildTensorShape (Results 1 – 1 of 1) sorted by relevance
366 static Status BuildTensorShape(gtl::ArraySlice<int64_t> dim_sizes, in BuildTensorShape() function370 static Status BuildTensorShape(std::initializer_list<int64_t> dim_sizes, in BuildTensorShape() function374 static Status BuildTensorShape(const TensorShapeProto& proto, in BuildTensorShape() function379 static StatusOr<TensorShape> BuildTensorShape(const TensorShapeProto& proto) { in BuildTensorShape() function