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

Method Invoke

tensorflow/lite/testing/tf_driver.cc:248–256  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

246}
247
248void TfDriver::Invoke() {
249 if (!IsValid()) return;
250 auto status = session_->Run({input_tensors_.begin(), input_tensors_.end()},
251 output_names_, {}, &output_tensors_);
252 if (!status.ok()) {
253 Invalidate(absl::StrCat("TensorFlow failed to run graph:",
254 status.error_message()));
255 }
256}
257
258} // namespace testing
259} // namespace tflite

Callers 7

TESTFunction · 0.45
RunImplMethod · 0.45
RunMethod · 0.45
TESTFunction · 0.45
TESTFunction · 0.45
RunKernelTestFunction · 0.45

Calls 6

IsValidFunction · 0.85
StrCatFunction · 0.50
RunMethod · 0.45
beginMethod · 0.45
endMethod · 0.45
okMethod · 0.45

Tested by 4

TESTFunction · 0.36
TESTFunction · 0.36
TESTFunction · 0.36