Skip to content

Commit ad2f94e

Browse files
committed
Update comments around tensor_name
Signed-off-by: Kevin Chen <kevinch@nvidia.com>
1 parent 06c1bc6 commit ad2f94e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

onnx/onnx.in.proto

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,7 @@ message NodeDeviceConfigurationProto {
257257
// input or output tensor of a node.
258258
message ShardingSpecProto {
259259
// (Required) Identifies the input or output of the node that is being sharded.
260+
// Required to match a name specified in the node's input or output list of ValueInfoProtos.
260261
// It is called `logical tensor` in subsequent descriptions.
261262
optional string tensor_name = 1;
262263

0 commit comments

Comments
 (0)