Merge "Add two operations to 1.2 nn hal."

This commit is contained in:
Treehugger Robot
2018-11-15 03:44:48 +00:00
committed by Gerrit Code Review

View File

@@ -103,6 +103,8 @@ enum OperationType : @1.1::OperationType {
UNIDIRECTIONAL_SEQUENCE_LSTM = 85,
UNIDIRECTIONAL_SEQUENCE_RNN = 86,
ROTATED_BBOX_TRANSFORM = 87,
ABS = 88,
ROI_POOLING = 89,
};
/**