MCPcopy 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
45TensorDescriptor OutputNode::configure_output(size_t idx) const
46{
47 ARM_COMPUTE_UNUSED(idx);
48 return TensorDescriptor();
49}
50
51NodeType OutputNode::type() const
52{

Callers

nothing calls this directly

Calls 1

TensorDescriptorClass · 0.50

Tested by

no test coverage detected