Home
last modified time | relevance | path

Searched refs:CheckDimsAtLeast (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/framework/
Dtensor_shape.h321 void CheckDimsAtLeast(int NDIMS) const;
474 CheckDimsAtLeast(NDIMS); in AsEigenDSizesWithPadding()
Dtensor_shape.cc48 void TensorShape::CheckDimsAtLeast(int NDIMS) const { in CheckDimsAtLeast() function in tensorflow::TensorShape