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

Method block_size

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

Source from the content-addressed store, hash-verified

76 }
77
78 size_t block_size() { return ops_.size(); }
79
80 Scope* exec_scope() { return exec_scope_; }
81 Scope* scope() { return scope_.get(); }

Callers 3

RunMethod · 0.45
RunDefaultOptimizerFunction · 0.45
SaveOpKernelInfoMethod · 0.45

Calls 1

sizeMethod · 0.45

Tested by

no test coverage detected