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

Method Invoke

tensorflow/lite/testing/parse_testdata.cc:257–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255class Invoke : public Message {
256 public:
257 explicit Invoke(TestRunner* test_runner) : test_runner_(test_runner) {
258 expected_inputs_ = test_runner->GetInputs();
259 expected_outputs_ = test_runner->GetOutputs();
260 }
261
262 void SetField(const std::string& name, const std::string& value) override {
263 if (name == "id") {

Callers 1

FinishMethod · 0.45

Calls 2

GetOutputsMethod · 0.80
GetInputsMethod · 0.45

Tested by

no test coverage detected