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 602 TF_RETURN_IF_ERROR(CheckFormatConstraintsOnShape( in Conv2DShapeImpl() 609 CheckFormatConstraintsOnShape(data_format, filter_shape, "filter", c)); in Conv2DShapeImpl() 1069 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in AvgPoolShape() 1510 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolShapeImpl() 1617 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolV2Shape()
|