Searched refs:CheckFormatConstraintsOnShape (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/ |
H A 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() 1124 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in AvgPoolShape() 1601 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolShapeImpl() 1708 CheckFormatConstraintsOnShape(data_format, input_shape, "input", c)); in MaxPoolV2Shape()
|