Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.h80 bool vm_compiled() const { return vm_compiled_; } in vm_compiled() function
81 void set_vm_compiled(bool vm_compiled) { vm_compiled_ = vm_compiled; } in set_vm_compiled()
Dpynative_execute.cc2108 …dExecutor::UpdateTopCellInfo(bool forward_already_run, bool need_compile_graph, bool vm_compiled) { in UpdateTopCellInfo()