tflite-micro
tflite-micro copied to clipboard
Added Additional Operators to support for Requantizer; Resolved assertion failed due to unequal shapes
Added support for following operators
- GREATER
- SELECT_V2
- PAD
- SUB
- BATCH_MATMUL
- CONCATENATION
- MUL
- ADD
- CALL_ONCE
- VAR_HANDLE
- READ_VARIABLE
- ASSIGN_VARIABLE
- FLOOR_DIV
- CAST
- COS
- SIN
- UNPACK
- TRANSPOSE
- SPLIT
- RESIZE_NEAREST_NEIGHBOR
@Aravindbolloju I am not sure why CALL_ONCE and VAR_HANDLE are included in this change. CALL_ONCE has no input/output tensors. The VAR_HANDLE output tensor contains a single unquantized scalar.
Hi @ddavis-2015 , I'll be validating it and update the commit. Thanks.