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

Method end

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

Source from the content-addressed store, hash-verified

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();
286 }

Callers 15

FreezeGraphDefFunction · 0.45
AttrTypeNameFunction · 0.45
ListElementTypeNameFunction · 0.45
HasOptionalAttrsFunction · 0.45
GetOpAttrStructMethod · 0.45
WriteClassDeclMethod · 0.45
GetConstructorBodyMethod · 0.45
BackpropAlongEdgeMethod · 0.45
GetStopBackpropNodesMethod · 0.45
InitializeMethod · 0.45
SumGradientsMethod · 0.45

Calls

no outgoing calls

Tested by 1

CheckMetaGraphDefMethod · 0.36