Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ARM-software/ComputeLibrary
/ transform
Method
transform
src/graph/nodes/PrintLayerNode.cpp:54–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
52
}
53
54
const std::function<ITensor *(ITensor *)> PrintLayerNode::transform() const
55
{
56
return _transform;
57
}
58
59
bool PrintLayerNode::forward_descriptors()
60
{
Callers
1
execute_task
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected