We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06c1bc6 commit ad2f94eCopy full SHA for ad2f94e
onnx/onnx.in.proto
@@ -257,6 +257,7 @@ message NodeDeviceConfigurationProto {
257
// input or output tensor of a node.
258
message ShardingSpecProto {
259
// (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.
261
// It is called `logical tensor` in subsequent descriptions.
262
optional string tensor_name = 1;
263
0 commit comments