Searched refs:model_path (Results 1 – 5 of 5) sorted by relevance
65 model_path = argv[1]66 build_mock_model(model_path)
128 model_path = argv[1]132 build_mock_model(model_path, signature)
90 model_path = argv[1]91 build_mock_model(model_path)
24 tf_get_absolute_path(${model} ${CMAKE_CURRENT_BINARY_DIR} model_path)25 set(${final_path} ${model_path} PARENT_SCOPE)
323 std::string model_path = model_spec.GetPath(); in GetRunnableInfo() local326 = llvm::sys::fs::createUniqueFile(model_path, fd, result_path); in GetRunnableInfo()