Home
last modified time | relevance | path

Searched defs:impl_path (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_instance.py300 impl_path = sys.argv[2] variable
304 impl_path = path.abspath(impl_path) variable
Dzink_device_info.py543 impl_path = sys.argv[2] variable
547 impl_path = path.abspath(impl_path) variable
/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/
Dcompiler.py33 def _initialize(impl_path): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/oplib/
Doplib.cc81 bool OpLib::RegOp(const std::string &json_string, const std::string &impl_path) { in RegOp()
203 const std::string &impl_path) { in DecodeOpInfo()
Dopinfo.h128 std::string impl_path() const { return impl_path_; } in impl_path() function
146 void set_impl_path(const std::string &impl_path) { impl_path_ = impl_path; } in set_impl_path()