| 90 | } |
| 91 | |
| 92 | void Free(TfLiteContext* context, void* buffer) { |
| 93 | eigen_support::DecrementUsageCounter(context); |
| 94 | delete reinterpret_cast<OpData*>(buffer); |
| 95 | } |
| 96 | |
| 97 | TfLiteStatus ResizeTensor(TfLiteContext* context, |
| 98 | const TfLiteTensor* shape_tensor, |
nothing calls this directly
no test coverage detected