| 54 | static void SetUpTestSuite() { GetGlobalOpLists()->clear(); } |
| 55 | |
| 56 | KernelTest() { |
| 57 | CHECK(delegate_data_.Prepare(tensorflow::SessionOptions{}).ok()); |
| 58 | interpreter_.reset(new Interpreter(&error_reporter_)); |
| 59 | } |
| 60 | |
| 61 | typedef TfLiteStatus (*PrepareFunction)(TfLiteContext* context, |
| 62 | TfLiteDelegate* delegate); |