Home
last modified time | relevance | path

Searched refs:BuildTensorShapeBase (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h184 static Status BuildTensorShapeBase(gtl::ArraySlice<int64> dim_sizes,
186 static Status BuildTensorShapeBase(std::initializer_list<int64> dim_sizes, in BuildTensorShapeBase() function
188 return BuildTensorShapeBase(gtl::ArraySlice<int64>(dim_sizes), out); in BuildTensorShapeBase()
190 static Status BuildTensorShapeBase(const TensorShapeProto& proto,
Dtensor_shape_test.cc222 Status status = TensorShape::BuildTensorShapeBase({10, 5, 20}, &s); in TEST()
227 status = TensorShape::BuildTensorShapeBase({-10, 5, 20}, &s); in TEST()
Dtensor_shape.cc159 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase() function in tensorflow::TensorShapeBase
191 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase() function in tensorflow::TensorShapeBase