MCPcopy 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
54const std::function<ITensor *(ITensor *)> PrintLayerNode::transform() const
55{
56 return _transform;
57}
58
59bool PrintLayerNode::forward_descriptors()
60{

Callers 1

execute_taskFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected