| 52 | static constexpr int kMaxTensors = 30; |
| 53 | |
| 54 | static void SetUpTestSuite() { GetGlobalOpLists()->clear(); } |
| 55 | |
| 56 | KernelTest() { |
| 57 | CHECK(delegate_data_.Prepare(tensorflow::SessionOptions{}).ok()); |
nothing calls this directly
no test coverage detected