MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / input_id

Method input_id

src/graph/INode.cpp:137–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

135}
136
137TensorID INode::input_id(size_t idx) const
138{
139 ARM_COMPUTE_ERROR_ON(idx >= _input_edges.size());
140 Edge *e = _graph->edge(_input_edges[idx]);
141 return (e != nullptr) ? e->tensor_id() : NullTensorID;
142}
143
144TensorID INode::output_id(size_t idx) const
145{

Callers

nothing calls this directly

Calls 3

edgeMethod · 0.80
tensor_idMethod · 0.80
sizeMethod · 0.45

Tested by

no test coverage detected