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

Method Invoke

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

Source from the content-addressed store, hash-verified

181}
182
183void SingleOpModel::Invoke() { ASSERT_EQ(interpreter_->Invoke(), kTfLiteOk); }
184
185TfLiteStatus SingleOpModel::InvokeUnchecked() { return interpreter_->Invoke(); }
186

Callers 15

TESTFunction · 0.45
VerifyGoldensMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
InvokeWithResultMethod · 0.45
TESTFunction · 0.45
TEST_FFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected