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

Method default_value

tensorflow/lite/toco/args.h:56–56  ·  view source on GitHub ↗

Provide default_value() to arg list

Source from the content-addressed store, hash-verified

54
55 // Provide default_value() to arg list
56 T default_value() const { return value_; }
57 // Return true if the command line argument was specified on the command line.
58 bool specified() const { return specified_; }
59 // Const reference to parsed value.

Callers 3

GetFlagValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected