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

Method set_assigned_target

src/graph/INode.cpp:71–74  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71void INode::set_assigned_target(Target target)
72{
73 _assigned_target = target;
74}
75
76void INode::set_output_tensor(TensorID tid, size_t idx)
77{

Calls

no outgoing calls

Tested by

no test coverage detected