Searched refs:CheckFormatConstraintsOnShape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 312 Status CheckFormatConstraintsOnShape(const TensorFormat tensor_format, in CheckFormatConstraintsOnShape() function 435 TF_RETURN_IF_ERROR(CheckFormatConstraintsOnShape( in Conv2DShapeImpl() 442 CheckFormatConstraintsOnShape(data_format, filter_shape, "filter", c)); in Conv2DShapeImpl() 735 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in AvgPoolShape() 885 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolShape() 955 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolV2Shape()
|