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

Method update_bound_tensor

arm_compute/graph/Edge.h:148–151  ·  view source on GitHub ↗

Bind the edge to another tensor * * @note If tensor is nullptr then nothing happens * * @param[in] tensor Tensor to bind the edge to */

Source from the content-addressed store, hash-verified

146 * @param[in] tensor Tensor to bind the edge to
147 */
148 void update_bound_tensor(Tensor *tensor)
149 {
150 _tensor = (tensor != nullptr) ? tensor : _tensor;
151 }
152
153private:
154 friend class Graph;

Callers 1

set_output_tensorMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected