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

Method begin

tensorflow/cc/framework/ops.h:282–282  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

280 }
281
282 typename std::vector<Input>::iterator begin() { return inputs_.begin(); }
283 typename std::vector<Input>::iterator end() { return inputs_.end(); }
284 typename std::vector<Input>::const_iterator begin() const {
285 return inputs_.begin();

Callers 11

ConcatGradHelperFunction · 0.45
InitializerMethod · 0.45
InputListMethod · 0.45
ImplMethod · 0.45
UpdateBuilderMethod · 0.45
InitializerMethod · 0.45
CheckMetaGraphDefMethod · 0.45
RunMethod · 0.45
CheckRunErrorStatusMethod · 0.45
InitMethod · 0.45

Calls

no outgoing calls

Tested by 1

CheckMetaGraphDefMethod · 0.36