Add tensor_index and tensor_name fields to ClassificationList
PiperOrigin-RevId: 482901854
This commit is contained in:
committed by
Copybara-Service
parent
36d69971a7
commit
d0437b7f91
@@ -37,6 +37,10 @@ message Classification {
|
||||
// Group of Classification protos.
|
||||
message ClassificationList {
|
||||
repeated Classification classification = 1;
|
||||
// Optional index of the tensor that produced these classifications.
|
||||
optional int32 tensor_index = 2;
|
||||
// Optional name of the tensor that produced these classifications.
|
||||
optional string tensor_name = 3;
|
||||
}
|
||||
|
||||
// Group of ClassificationList protos.
|
||||
|
||||
Reference in New Issue
Block a user