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

Method GetInputBlobFastestTimeShape

oneflow/core/operator/operator.cpp:491–493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

489}
490
491Maybe<const Shape> Operator::GetInputBlobFastestTimeShape() const {
492 return input_blob_fastest_time_shape_;
493}
494
495Maybe<const Shape> Operator::GetInputOutputFastestTimeShape() const {
496 return input_output_fastest_time_shape_;

Callers 6

GetOpNodeInputTimeShapeFunction · 0.80
GetOpNodeInputTimeShapeFunction · 0.80
VisualStrMethod · 0.80
IsTimeShapeIdentityMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected