Home
last modified time | relevance | path

Searched defs:instr_pool (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/utils/
Dallocator.h33 const std::vector<Instr *> &instr_pool() const { return instr_pool_; } in instr_pool() function
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/pipeline/jit/pi/graph_capture/
Dcfg.h205 const std::vector<std::unique_ptr<Instr>> &instr_pool() const { return instrs_; } in instr_pool() function
207 std::vector<std::unique_ptr<Instr>> &instr_pool() { return instrs_; } in instr_pool() function