Fix incorrect comments in docs code sections
PiperOrigin-RevId: 509632192
This commit is contained in:
parent
d9ac3876de
commit
9b1fe849d5
|
@ -28,11 +28,11 @@ C++ graph builder is a powerful tool for:
|
||||||
Let's see how C++ graph builder can be used for a simple graph:
|
Let's see how C++ graph builder can be used for a simple graph:
|
||||||
|
|
||||||
```proto
|
```proto
|
||||||
// Graph inputs.
|
# Graph inputs.
|
||||||
input_stream: "input_tensors"
|
input_stream: "input_tensors"
|
||||||
input_side_packet: "model"
|
input_side_packet: "model"
|
||||||
|
|
||||||
// Graph outputs.
|
# Graph outputs.
|
||||||
output_stream: "output_tensors"
|
output_stream: "output_tensors"
|
||||||
|
|
||||||
node {
|
node {
|
||||||
|
@ -183,7 +183,7 @@ node {
|
||||||
input_stream: "float_value"
|
input_stream: "float_value"
|
||||||
input_stream: "int_value"
|
input_stream: "int_value"
|
||||||
input_stream: "bool_value"
|
input_stream: "bool_value"
|
||||||
// The order must be the same as for inputs (or you can use explicit indexes)
|
# The order must be the same as for inputs (or you can use explicit indexes)
|
||||||
output_stream: "passed_float_value"
|
output_stream: "passed_float_value"
|
||||||
output_stream: "passed_int_value"
|
output_stream: "passed_int_value"
|
||||||
output_stream: "passed_bool_value"
|
output_stream: "passed_bool_value"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user