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

Method bind

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

Bind the parse member function so tensorflow::Flags can call it.

Source from the content-addressed store, hash-verified

68
69 // Bind the parse member function so tensorflow::Flags can call it.
70 std::function<bool(T)> bind() {
71 return std::bind(&Arg::Parse, this, std::placeholders::_1);
72 }
73
74 private:
75 // Becomes true after parsing if the value was specified

Callers 3

get_open_portMethod · 0.45

Calls

no outgoing calls

Tested by 1

get_open_portMethod · 0.36