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

Method InvokeUnchecked

tensorflow/lite/kernels/test_util.cc:185–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

183void SingleOpModel::Invoke() { ASSERT_EQ(interpreter_->Invoke(), kTfLiteOk); }
184
185TfLiteStatus SingleOpModel::InvokeUnchecked() { return interpreter_->Invoke(); }
186
187void SingleOpModel::BuildInterpreter(
188 std::vector<std::vector<int>> input_shapes) {

Callers 3

TESTFunction · 0.80
TESTFunction · 0.80
TEST_PFunction · 0.80

Calls 1

InvokeMethod · 0.45

Tested by

no test coverage detected