-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update example model repository and HTTP / GRPC examples to use model…
…s in example repository (#2188) * Remove use of simple_custom model in simple clients * Update example model repository and HTTP / GRPC examples to use models in example repository * Fix up
- Loading branch information
Showing
32 changed files
with
166 additions
and
635 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
Binary file added
BIN
+879 Bytes
docs/examples/model_repository/simple_dyna_sequence/1/model.graphdef
Binary file not shown.
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
Binary file added
BIN
+531 Bytes
docs/examples/model_repository/simple_identity/1/model.savedmodel/saved_model.pb
Binary file not shown.
19 changes: 19 additions & 0 deletions
19
docs/examples/model_repository/simple_identity/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,19 @@ | ||
|
||
name: "simple_identity" | ||
platform: "tensorflow_savedmodel" | ||
max_batch_size: 8 | ||
|
||
input [ | ||
{ | ||
name: "INPUT0" | ||
data_type: TYPE_STRING | ||
dims: [ -1 ] | ||
} | ||
] | ||
output [ | ||
{ | ||
name: "OUTPUT0" | ||
data_type: TYPE_STRING | ||
dims: [ -1 ] | ||
} | ||
] |
21 changes: 21 additions & 0 deletions
21
docs/examples/model_repository/simple_int8/1/model.graphdef
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,21 @@ | ||
|
||
@ | ||
INPUT0Placeholder* | ||
dtype0* | ||
shape:��������� | ||
@ | ||
INPUT1Placeholder* | ||
dtype0* | ||
shape:��������� | ||
# | ||
ADDAddINPUT0INPUT1* | ||
T0 | ||
# | ||
SUBSubINPUT0INPUT1* | ||
T0 | ||
! | ||
OUTPUT0IdentityADD* | ||
T0 | ||
! | ||
OUTPUT1IdentitySUB* | ||
T0"� |
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,27 @@ | ||
name: "simple_int8" | ||
platform: "tensorflow_graphdef" | ||
max_batch_size: 8 | ||
input [ | ||
{ | ||
name: "INPUT0" | ||
data_type: TYPE_INT8 | ||
dims: [ 16 ] | ||
}, | ||
{ | ||
name: "INPUT1" | ||
data_type: TYPE_INT8 | ||
dims: [ 16 ] | ||
} | ||
] | ||
output [ | ||
{ | ||
name: "OUTPUT0" | ||
data_type: TYPE_INT8 | ||
dims: [ 16 ] | ||
}, | ||
{ | ||
name: "OUTPUT1" | ||
data_type: TYPE_INT8 | ||
dims: [ 16 ] | ||
} | ||
] |
Binary file not shown.
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
71 changes: 0 additions & 71 deletions
71
qa/L0_backend_release/simple_seq_models/simple_sequence/config.pbtxt
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.