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

Method specified

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

Return true if the command line argument was specified on the command line.

Source from the content-addressed store, hash-verified

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.
60 const T& value() const { return value_; }
61

Callers 7

ReadInputDataFunction · 0.45
EnforceFlagRequirementFunction · 0.45
GetFlagValueFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected