Home
last modified time | relevance | path

Searched refs:dynamic_compile_static_ (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Dopinfo.h109 dynamic_compile_static_ = opinfo.dynamic_compile_static_; in OpInfo()
133 bool dynamic_compile_static() const { return dynamic_compile_static_; } in dynamic_compile_static()
143 …void set_dynamic_compile_static_(bool dynamic_compile_static) { dynamic_compile_static_ = dynamic_… in set_dynamic_compile_static_()
169 this->dynamic_compile_static_ == other_info->dynamic_compile_static_; in equals_to()
183 bool dynamic_compile_static_ = false; variable
/third_party/mindspore/mindspore/ops/
Dop_info_register.py415 self.dynamic_compile_static_ = False
506 self.dynamic_compile_static_ = dynamic_compile_static