Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ configure_output
Method
configure_output
src/graph/nodes/OutputNode.cpp:45–49 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
TensorDescriptor OutputNode::configure_output(size_t idx) const
46
{
47
ARM_COMPUTE_UNUSED(idx);
48
return TensorDescriptor();
49
}
50
51
NodeType OutputNode::type() const
52
{
Callers
nothing calls this directly
Calls
1
TensorDescriptor
Class · 0.50
Tested by
no test coverage detected