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

Method create_layer

arm_compute/graph/frontend/Layers.h:109–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

107 }
108
109 NodeID create_layer(IStream &s) override
110 {
111 NodeParams common_params = {name(), s.hints().target_hint};
112 NodeIdxPair input = {s.tail_node(), _connection_idx};
113 return GraphBuilder::add_output_node(s.graph(), common_params, input, std::move(_accessor));
114 }
115
116private:
117 ITensorAccessorUPtr _accessor;

Callers

nothing calls this directly

Calls 2

tail_nodeMethod · 0.80
graphMethod · 0.80

Tested by

no test coverage detected