Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.h366 static Status BuildTensorShape(gtl::ArraySlice<int64_t> dim_sizes, in BuildTensorShape() function
370 static Status BuildTensorShape(std::initializer_list<int64_t> dim_sizes, in BuildTensorShape() function
374 static Status BuildTensorShape(const TensorShapeProto& proto, in BuildTensorShape() function
379 static StatusOr<TensorShape> BuildTensorShape(const TensorShapeProto& proto) { in BuildTensorShape() function