microsoft/onnxruntime-extensions

Public

mirrored from https://github.com/microsoft/onnxruntime-extensionsAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
tfmtok

Branches

Tags

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

Clone

HTTPS

Download ZIP

.gitignore

55lines · modecode

1# build, distribute, and bins (+ python proto bindings)
2mybuild.*
3build
4build_host_protoc
5build_android
6build_ios
7build_*
8.venv/
9_subbuild/
10.build_debug/*
11.build_release/*
12distribute/*
13dist/
14*.testbin
15*.bin
16cmake_build
17.cmake_build
18cmake-build*
19_selectedoplist.cmake
20gen
21local.properties
22.DS_Store
23*~
24.vs
25*-checkpoint.ipynb
26.ipynb_checkpoints/
27/tutorials/*.onnx
28/tutorials/**/bin/
29/tutorials/**/obj/
30/tutorials/**/libs/
31Testing/
32TestResults/
33.idea/
34nuget_root/
35.packages/
36.vscode/
37*.code-workspace
38__pycache__
39out/
40*.egg-info/
41.scb/
42onnxruntime_extensions/_version.py
43onnxruntime-*-*-*/
44temp_*onnx*
45# Java specific ignores
46*/.gradle
47java/hs_*.log
48*.class
49# Compiled Dynamic libraries
50*.so
51*.dylib
52*.pyd
53/test/data/ppp_vision/*.updated.onnx
54/test/data/generated/
55/CMakeSettings.json
56