projects
/
platform
/
core
/
ml
/
nnfw.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2facde1
)
Relocate nncc commands (#4307)
author
박종현/On-Device Lab(SR)/Staff Engineer/삼성전자
<jh1302.park@samsung.com>
Wed, 17 Jul 2019 01:35:25 +0000
(10:35 +0900)
committer
GitHub Enterprise
<noreply-CODE@samsung.com>
Wed, 17 Jul 2019 01:35:25 +0000
(10:35 +0900)
All the nncc commands are now in infra/nncc/command.
Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
infra/nncc/command/build
[moved from
scripts/command/build
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/check-copyright
[moved from
scripts/command/check-copyright
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/configure
[moved from
scripts/command/configure
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/docker-nncc
[moved from
scripts/command/docker-nncc
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/docker-run
[moved from
scripts/command/docker-run
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/docker-shell
[moved from
scripts/command/docker-shell
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/format
[moved from
scripts/command/format
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/gen-coverage-report
[moved from
scripts/command/gen-coverage-report
with 100% similarity]
patch
|
blob
|
history
infra/nncc/command/test
[moved from
scripts/command/test
with 100% similarity]
patch
|
blob
|
history
nncc
patch
|
blob
|
history
diff --git
a/scripts/command/build
b/infra/nncc/command/build
similarity index 100%
rename from
scripts/command/build
rename to
infra/nncc/command/build
diff --git
a/scripts/command/check-copyright
b/infra/nncc/command/check-copyright
similarity index 100%
rename from
scripts/command/check-copyright
rename to
infra/nncc/command/check-copyright
diff --git
a/scripts/command/configure
b/infra/nncc/command/configure
similarity index 100%
rename from
scripts/command/configure
rename to
infra/nncc/command/configure
diff --git
a/scripts/command/docker-nncc
b/infra/nncc/command/docker-nncc
similarity index 100%
rename from
scripts/command/docker-nncc
rename to
infra/nncc/command/docker-nncc
diff --git
a/scripts/command/docker-run
b/infra/nncc/command/docker-run
similarity index 100%
rename from
scripts/command/docker-run
rename to
infra/nncc/command/docker-run
diff --git
a/scripts/command/docker-shell
b/infra/nncc/command/docker-shell
similarity index 100%
rename from
scripts/command/docker-shell
rename to
infra/nncc/command/docker-shell
diff --git
a/scripts/command/format
b/infra/nncc/command/format
similarity index 100%
rename from
scripts/command/format
rename to
infra/nncc/command/format
diff --git
a/scripts/command/gen-coverage-report
b/infra/nncc/command/gen-coverage-report
similarity index 100%
rename from
scripts/command/gen-coverage-report
rename to
infra/nncc/command/gen-coverage-report
diff --git
a/scripts/command/test
b/infra/nncc/command/test
similarity index 100%
rename from
scripts/command/test
rename to
infra/nncc/command/test
diff --git
a/nncc
b/nncc
index
4bce19f
..
23cfb5b
100755
(executable)
--- a/
nncc
+++ b/
nncc
@@
-1,7
+1,7
@@
#!/bin/bash
NNCC_SCRIPT_RPATH="scripts"
-NNCC_COMMAND_RPATH="
${NNCC_SCRIPT_RPATH}
/command"
+NNCC_COMMAND_RPATH="
infra/nncc
/command"
NNCC_PROJECT_PATH="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)"
NNCC_SCRIPT_PATH="${NNCC_PROJECT_PATH}/${NNCC_SCRIPT_RPATH}"