Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
void INode::set_assigned_target(Target target)
72
{
73
_assigned_target = target;
74
}
75
76
void INode::set_output_tensor(TensorID tid, size_t idx)
77
{
Callers
4
force_target_to_graph
Function · 0.80
fuse_convolution_with_batch_normalization
Function · 0.80
fuse_depthwise_convolution_with_batch_normalization
Function · 0.80
mutate
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected