Searched refs:BuildPartialTensorShape (Results 1 – 5 of 5) sorted by relevance
541 static Status BuildPartialTensorShape(gtl::ArraySlice<int64_t> dim_sizes, in BuildPartialTensorShape() function545 static Status BuildPartialTensorShape( in BuildPartialTensorShape() function547 return BuildPartialTensorShape(gtl::ArraySlice<int64_t>(dim_sizes), out); in BuildPartialTensorShape()549 static Status BuildPartialTensorShape(const TensorShapeProto& proto, in BuildPartialTensorShape() function554 static StatusOr<PartialTensorShape> BuildPartialTensorShape( in BuildPartialTensorShape() function
91 Status s = PartialTensorShape::BuildPartialTensorShape( in FromProto()
92 tensorflow::PartialTensorShape::BuildPartialTensorShape( in GetShapeFromMlirType()
1021 if (!PartialTensorShape::BuildPartialTensorShape(output_prop.shape(), in IsFoldableUncached()
2354 TF_CHECK_OK(PartialTensorShape::BuildPartialTensorShape( in TestConvertReadVariableOp()