Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/models/
H A Dgen-regalloc-eviction-test-model.py65 model_path = argv[1]
66 build_mock_model(model_path)
H A Dgen-inline-oz-test-model.py128 model_path = argv[1]
132 build_mock_model(model_path, signature)
H A Dgen-regalloc-priority-test-model.py90 model_path = argv[1]
91 build_mock_model(model_path)
/openbsd-src/gnu/llvm/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)
/openbsd-src/gnu/llvm/lldb/source/Expression/
H A DIRExecutionUnit.cpp323 std::string model_path = model_spec.GetPath(); in GetRunnableInfo() local
326 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()