Merge "Add two operations to 1.2 nn hal." am: af32d47028
am: 0468984419
am: 1bdc688304
Change-Id: Id53736a0e002f05bdf654cf6478aaab40087a791
This commit is contained in:
commit
9319968f99
1 changed files with 2 additions and 0 deletions
|
@ -115,6 +115,8 @@ enum OperationType : @1.1::OperationType {
|
||||||
UNIDIRECTIONAL_SEQUENCE_LSTM = 85,
|
UNIDIRECTIONAL_SEQUENCE_LSTM = 85,
|
||||||
UNIDIRECTIONAL_SEQUENCE_RNN = 86,
|
UNIDIRECTIONAL_SEQUENCE_RNN = 86,
|
||||||
ROTATED_BBOX_TRANSFORM = 87,
|
ROTATED_BBOX_TRANSFORM = 87,
|
||||||
|
ABS = 88,
|
||||||
|
ROI_POOLING = 89,
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Reference in a new issue