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

Method tensor_id

arm_compute/graph/Edge.h:138–141  ·  view source on GitHub ↗

Returns the tensor id associated with this edge * * @return Tensor id */

Source from the content-addressed store, hash-verified

136 * @return Tensor id
137 */
138 TensorID tensor_id() const
139 {
140 return (_tensor == nullptr) ? NullTensorID : _tensor->id();
141 }
142 /** Bind the edge to another tensor
143 *
144 * @note If tensor is nullptr then nothing happens

Callers 1

input_idMethod · 0.80

Calls 1

idMethod · 0.45

Tested by

no test coverage detected