microsoft/onnxruntime-extensions

Public

mirrored fromhttps://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
b5ba84a185c5c85c436e744c40ac9a8cbd9d3f1f

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

cmake/externals/farmhash.cmake

6lines · modepreview

FetchContent_Declare(
  farmhash
  GIT_REPOSITORY https://github.com/google/farmhash.git
)

FetchContent_MakeAvailable(farmhash)