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

Method exec_scope

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

Source from the content-addressed store, hash-verified

78 size_t block_size() { return ops_.size(); }
79
80 Scope* exec_scope() { return exec_scope_; }
81 Scope* scope() { return scope_.get(); }
82
83 const std::map<std::string, const Type*>& var_type_map() const {

Callers 11

GetTensorFunction · 0.45
SaveModelMethod · 0.45
BuildMethod · 0.45
GenRuntimeProgramMethod · 0.45
TryShrinkMemoryMethod · 0.45
ClearTensorArrayMethod · 0.45
PredictorFunction · 0.45
GetInputMethod · 0.45
GetOutputMethod · 0.45
TryShrinkMemoryMethod · 0.45
ClearTensorArrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected