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

Method tensor

arm_compute/graph/Edge.h:130–133  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

128 * @return Tensor id
129 */
130 Tensor *tensor() const
131 {
132 return _tensor;
133 }
134 /** Returns the tensor id associated with this edge
135 *
136 * @return Tensor id

Callers 3

get_tensor_descriptorFunction · 0.45
get_backing_tensor_infoFunction · 0.45
get_backing_tensorFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected