Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtensor_shape.cc158 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase() function in tensorflow::TensorShapeBase
190 Status TensorShapeBase<Shape>::BuildTensorShapeBase( in BuildTensorShapeBase() function in tensorflow::TensorShapeBase
H A Dtensor_shape.h185 static Status BuildTensorShapeBase(std::initializer_list<int64_t> dim_sizes, in BuildTensorShapeBase() function