| 1673 | } |
| 1674 | |
| 1675 | Status QuantizedConcatV2Shape(InferenceContext* c, int num_inputs_to_concat) { |
| 1676 | return ConcatShapeHelper(c, 0 /* start_value_index */, |
| 1677 | num_inputs_to_concat /* end_value_index */, |
| 1678 | num_inputs_to_concat /* dim_index */); |
| 1679 | } |
| 1680 | |
| 1681 | Status BroadcastBinaryOpOutputShapeFnHelper(InferenceContext* c, |
| 1682 | ShapeHandle shape_x, |
no test coverage detected