forked from triton-inference-server/server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
David Goodwin
committed
Nov 14, 2018
1 parent
e9b541b
commit 73e62fe
Showing
24 changed files
with
254 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
15 changes: 15 additions & 0 deletions
15
src/servables/caffe2/testdata/autofill_sanity/no_name_platform/config.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
max_batch_size: 1 | ||
input [ | ||
{ | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] | ||
output [ | ||
{ | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
src/servables/caffe2/testdata/autofill_sanity/no_name_platform/expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: "no_name_platform" | ||
platform: "caffe2_netdef" | ||
version_policy { | ||
latest { | ||
num_versions: 1 | ||
} | ||
} | ||
max_batch_size: 1 | ||
input { | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
output { | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
instance_group { | ||
name: "no_name_platform" | ||
count: 1 | ||
gpus: 0 | ||
kind: KIND_GPU | ||
} | ||
default_model_filename: "model.netdef" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
15 changes: 15 additions & 0 deletions
15
src/servables/tensorflow/testdata/graphdef_autofill_sanity/no_name_platform/config.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
max_batch_size: 1 | ||
input [ | ||
{ | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] | ||
output [ | ||
{ | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
src/servables/tensorflow/testdata/graphdef_autofill_sanity/no_name_platform/expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: "no_name_platform" | ||
platform: "tensorflow_graphdef" | ||
version_policy { | ||
latest { | ||
num_versions: 1 | ||
} | ||
} | ||
max_batch_size: 1 | ||
input { | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
output { | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
instance_group { | ||
name: "no_name_platform" | ||
count: 1 | ||
gpus: 0 | ||
kind: KIND_GPU | ||
} | ||
default_model_filename: "model.graphdef" |
Empty file.
15 changes: 15 additions & 0 deletions
15
src/servables/tensorflow/testdata/savedmodel_autofill_sanity/no_name_platform/config.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
max_batch_size: 1 | ||
input [ | ||
{ | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] | ||
output [ | ||
{ | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
src/servables/tensorflow/testdata/savedmodel_autofill_sanity/no_name_platform/expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: "no_name_platform" | ||
platform: "tensorflow_savedmodel" | ||
version_policy { | ||
latest { | ||
num_versions: 1 | ||
} | ||
} | ||
max_batch_size: 1 | ||
input { | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
output { | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
instance_group { | ||
name: "no_name_platform" | ||
count: 1 | ||
gpus: 0 | ||
kind: KIND_GPU | ||
} | ||
default_model_filename: "model.savedmodel" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Empty file.
15 changes: 15 additions & 0 deletions
15
src/servables/tensorrt/testdata/autofill_sanity/no_name_platform/config.pbtxt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
max_batch_size: 1 | ||
input [ | ||
{ | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] | ||
output [ | ||
{ | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: [ 16 ] | ||
} | ||
] |
25 changes: 25 additions & 0 deletions
25
src/servables/tensorrt/testdata/autofill_sanity/no_name_platform/expected
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
name: "no_name_platform" | ||
platform: "tensorrt_plan" | ||
version_policy { | ||
latest { | ||
num_versions: 1 | ||
} | ||
} | ||
max_batch_size: 1 | ||
input { | ||
name: "input" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
output { | ||
name: "output" | ||
data_type: TYPE_FP32 | ||
dims: 16 | ||
} | ||
instance_group { | ||
name: "no_name_platform" | ||
count: 1 | ||
gpus: 0 | ||
kind: KIND_GPU | ||
} | ||
default_model_filename: "model.plan" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.