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

Method Prepare

tensorflow/lite/tools/benchmark/benchmark_test.cc:70–73  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

68 const tflite::Interpreter* GetInterpreter() { return interpreter_.get(); }
69
70 void Prepare() {
71 PrepareInputData();
72 ResetInputsAndOutputs();
73 }
74};
75
76TEST(BenchmarkTest, DoesntCrash) {

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected