Searched refs:input_depth_value (Results 1 – 1 of 1) sorted by relevance
665 int64 input_depth_value = c->Value(input_depth_dim), in Conv2DShapeImpl() local667 if (input_depth_value % filter_input_depth_value != 0) in Conv2DShapeImpl()669 "Depth of input (", input_depth_value, in Conv2DShapeImpl()672 if (input_depth_value != filter_input_depth_value) { in Conv2DShapeImpl()673 int64 num_groups = input_depth_value / filter_input_depth_value; in Conv2DShapeImpl()804 int64 input_depth_value = c->Value(input_depth_dim), in Conv3DShape() local806 if (input_depth_value % filter_input_depth_value != 0) in Conv3DShape()808 "Depth of input (", input_depth_value, in Conv3DShape()811 if (input_depth_value != filter_input_depth_value) { in Conv3DShape()812 int64 num_groups = input_depth_value / filter_input_depth_value; in Conv3DShape()