-
Notifications
You must be signed in to change notification settings - Fork 159
Expand file tree
/
Copy path.gitignore
More file actions
31 lines (31 loc) · 792 Bytes
/
.gitignore
File metadata and controls
31 lines (31 loc) · 792 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
*.iml
.gradle
/local.properties
/.idea/androidTestResultsUserPreferences.xml
/.idea/caches
/.idea/compiler.xml
/.idea/kotlinc.xml
/.idea/libraries
/.idea/modules.xml
/.idea/workspace.xml
/.idea/navEditor.xml
/.idea/assetWizardSettings.xml
/.idea/deploymentTargetDropDown.xml
/.idea/deploymentTargetSelector.xml
/.idea/misc.xml
/.idea/migrations.xml
/.idea/gradle.xml
.DS_Store
/build
/captures
.externalNativeBuild
.cxx
local.properties
/.idea/AndroidProjectSystem.xml
/.kotlin/sessions/kotlin-compiler-7267562125463082018.salive
/app/src/androidTest/assets/predict_float16.tflite
/app/src/main/assets/predict_float16.tflite
/app/src/main/assets/predict_int8.tflite
/.idea/runConfigurations.xml
/app/src/androidTest/assets/transfer_float16.tflite
/app/src/main/assets/transfer_float16.tflite