Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/_extends/parallel_compile/tbe_compiler/
Dtbe_adapter.py113 def __creating_default_custom_path(auto_tiling_mode, base_custom_path): argument
603 def tbe_finalize(auto_tiling_mode, offline_tune): argument
/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/tbe/
Dascend_kernel_compile.cc756 auto auto_tiling_mode = (init_json[kJobContent][kSocInfo]["autoTilingMode"]).get<std::string>(); in TbeInitialize() local