Searched refs:CheckFormatConstraintsOnShape (Results 1 – 1 of 1) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 458 Status CheckFormatConstraintsOnShape(const TensorFormat tensor_format, in CheckFormatConstraintsOnShape() function 610 TF_RETURN_IF_ERROR(CheckFormatConstraintsOnShape( in Conv2DShapeImpl() 617 CheckFormatConstraintsOnShape(data_format, filter_shape, "filter", c)); in Conv2DShapeImpl() 1109 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in AvgPoolShape() 1550 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolShapeImpl() 1657 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolV2Shape()
|