Home
last modified time | relevance | path

Searched refs:model_path (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Analysis/models/
H A Dgen-regalloc-eviction-test-model.py64 model_path = argv[1]
65 build_mock_model(model_path)
H A Dgen-inline-oz-test-model.py134 model_path = argv[1]
138 build_mock_model(model_path, signature)
/llvm-project-15.0.7/llvm/cmake/modules/
H A DTensorFlowCompile.cmake24 tf_get_absolute_path(${model} ${CMAKE_CURRENT_BINARY_DIR} model_path)
25 set(${final_path} ${model_path} PARENT_SCOPE)
/llvm-project-15.0.7/lldb/source/Expression/
H A DIRExecutionUnit.cpp322 std::string model_path = model_spec.GetPath(); in GetRunnableInfo() local
325 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()