MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / KernelTest

Method KernelTest

tensorflow/lite/delegates/flex/kernel_test.cc:56–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls 3

okMethod · 0.45
PrepareMethod · 0.45
resetMethod · 0.45

Tested by

no test coverage detected