| 493 | } |
| 494 | |
| 495 | Maybe<const Shape> Operator::GetInputOutputFastestTimeShape() const { |
| 496 | return input_output_fastest_time_shape_; |
| 497 | } |
| 498 | |
| 499 | Maybe<void> Operator::GetSbpSignaturesIf( |
| 500 | const std::function<Maybe<const BlobDesc&>(const std::string&)>& LogicalBlobDesc4Ibn, |
no outgoing calls
no test coverage detected