Skip to content

Commit

Permalink
feat(example):update dType examples and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
judgeeeeee committed Nov 30, 2020
1 parent 08976ee commit e0ff275
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/docs_zh/introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,7 @@ spec:
1,
1001
],
"dtype": "float64",
"dType": "float64",
}
],
"layers": {
Expand Down
4 changes: 2 additions & 2 deletions examples/Caffe2-model/ormbfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ signature:
- 3
- 224
- 224
dtype: float32
dType: float32
outputs:
- name: softmax
size:
- 1
- 1000
dtype: float32
dType: float32
4 changes: 2 additions & 2 deletions examples/GraphDef-model/ormbfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ framework: TensorFlow
signature:
inputs:
- name: input_1
dtype: float32
dType: float32
size:
- -1
- 224
- 224
- 3
outputs:
- name: Logits/Softmax
dtype: float32
dType: float32
size:
- -1
- 1000
Expand Down
2 changes: 1 addition & 1 deletion examples/MXNetParams-model/ormbfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ signature:
- 3
- 224
- 224
dtype: float32
dType: float32

4 changes: 2 additions & 2 deletions examples/TorchScript-model/ormbfile.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ signature:
- 3
- 224
- 224
dtype: float32
dType: float32
outputs:
- name: input__9
size:
- 1
- 1000
dtype: float32
dType: float32

0 comments on commit e0ff275

Please sign in to comment.