Searched refs:output_depth_value (Results 1 – 1 of 1) sorted by relevance
675 int64 output_depth_value = c->Value(output_depth_dim); in Conv2DShapeImpl() local676 if (output_depth_value % num_groups != 0) in Conv2DShapeImpl()678 "Depth of output (", output_depth_value, in Conv2DShapeImpl()814 int64 output_depth_value = c->Value(output_depth_dim); in Conv3DShape() local815 if (output_depth_value % num_groups != 0) in Conv3DShape()817 "Depth of output (", output_depth_value, in Conv3DShape()