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

Method Set

oneflow/api/cpp/framework/shape.cpp:53–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51int64_t Shape::At(int64_t index) const { return shape_->At(index); }
52
53void Shape::Set(int64_t index, int64_t val) { shape_->Set(index, val); }
54
55int64_t Shape::NumAxes() const { return shape_->NumAxes(); }
56

Callers 2

matchAndRewriteMethod · 0.45
AddOpMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected