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

Method SetField

tensorflow/lite/testing/message.h:48–48  ·  view source on GitHub ↗

Called when a new field is found. For example, when: f : "values" is found, it triggers: SetField("f", "values");

Source from the content-addressed store, hash-verified

46 // is found, it triggers:
47 // SetField("f", "values");
48 virtual void SetField(const std::string& name, const std::string& value) {}
49
50 // Called when a submessage is started. For example, when:
51 // child {

Callers 1

ConsumeTokenMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected