Home
last modified time | relevance | path

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

/third_party/mesa3d/src/gallium/drivers/zink/
Dzink_instance.py356 impl_path = sys.argv[2] variable
360 impl_path = path.abspath(impl_path) variable
Dzink_device_info.py810 impl_path = sys.argv[2] variable
814 impl_path = path.abspath(impl_path) variable
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/kernel/oplib/
Doplib.cc28 bool OpLib::RegOp(const std::string &json_string, const std::string &impl_path) { in RegOp()
112 const std::string &impl_path) { in DecodeOpInfo()
Dopinfo.h131 std::string impl_path() const { return impl_path_; } in impl_path() function
169 void set_impl_path(const std::string &impl_path) { impl_path_ = impl_path; } in set_impl_path()
/third_party/mindspore/mindspore-src/source/mindspore/lite/tools/kernel_builder/ascend/ascendc/cmake/util/
Dascendc_impl_build.py209 def write_adapt(self: any, impl_path, path: str, op_compile_option_all: list = None): argument
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/ascend/kernel/ascendc/cmake/util/
Dascendc_impl_build.py271 def write_adapt(self: any, impl_path, path: str, op_compile_option_all: list = None): argument
/third_party/rust/rust/compiler/rustc_infer/src/errors/
Dmod.rs856 pub impl_path: String, field