| 125 | }; |
| 126 | |
| 127 | RefCountedEigenContext* GetEigenContext(TfLiteContext* context) { |
| 128 | return reinterpret_cast<RefCountedEigenContext*>( |
| 129 | context->GetExternalContext(context, kTfLiteEigenContext)); |
| 130 | } |
| 131 | |
| 132 | TfLiteStatus Refresh(TfLiteContext* context) { |
| 133 | SetEigenNbThreads(context->recommended_num_threads); |
no test coverage detected