MCPcopy Create free account
hub / github.com/PaddlePaddle/Paddle-Lite / mutable_ops

Method mutable_ops

lite/core/program.h:73–76  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71 return ops_[block_idx];
72 }
73 std::list<std::shared_ptr<OpLite>>* mutable_ops(
74 int block_idx = kRootBlockIdx) {
75 return &ops_[block_idx];
76 }
77
78 size_t block_size() { return ops_.size(); }
79

Callers 2

FakeProgramFunction · 0.80
OpDesc>Method · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected