MCPcopy Create free account
hub / github.com/Oneflow-Inc/oneflow / GetInputOutputFastestTimeShape

Method GetInputOutputFastestTimeShape

oneflow/core/operator/operator.cpp:495–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 5

InitComputationCostMethod · 0.80
AddTickForTimeShapeFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected