Searched refs:model_path (Results 1 – 4 of 4) sorted by relevance
64 model_path = argv[1]65 build_mock_model(model_path)
134 model_path = argv[1]138 build_mock_model(model_path, signature)
24 tf_get_absolute_path(${model} ${CMAKE_CURRENT_BINARY_DIR} model_path)25 set(${final_path} ${model_path} PARENT_SCOPE)
322 std::string model_path = model_spec.GetPath(); in GetRunnableInfo() local325 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()