Internal change

PiperOrigin-RevId: 483751427
This commit is contained in:
MediaPipe Team
2022-10-25 12:53:39 -07:00
committed by Copybara-Service
parent 21abfc9125
commit 36bd9abb8f
4 changed files with 0 additions and 46 deletions
@@ -37,10 +37,6 @@ 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.