MCPcopy Create free account
hub / github.com/ARM-software/ComputeLibrary / forward_descriptors

Method forward_descriptors

src/graph/nodes/ConstNode.cpp:38–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36}
37
38bool ConstNode::forward_descriptors()
39{
40 if (output_id(0) != NullTensorID)
41 {
42 Tensor *t = output(0);
43 ARM_COMPUTE_ERROR_ON(t == nullptr);
44 t->desc() = configure_output(0);
45 return true;
46 }
47 return false;
48}
49
50TensorDescriptor ConstNode::configure_output(size_t idx) const
51{

Callers 2

add_nodeMethod · 0.45
add_connectionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected