| 489 | } |
| 490 | |
| 491 | Maybe<const Shape> Operator::GetInputBlobFastestTimeShape() const { |
| 492 | return input_blob_fastest_time_shape_; |
| 493 | } |
| 494 | |
| 495 | Maybe<const Shape> Operator::GetInputOutputFastestTimeShape() const { |
| 496 | return input_output_fastest_time_shape_; |
no outgoing calls
no test coverage detected