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

Method axis

src/graph/nodes/StackLayerNode.cpp:43–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

41}
42
43int StackLayerNode::axis() const
44{
45 return _axis;
46}
47
48TensorDescriptor StackLayerNode::compute_output_descriptor(const std::vector<TensorDescriptor> &input_descriptors,
49 int axis)

Callers 8

create_arg_min_max_layerFunction · 0.45
create_stack_layerFunction · 0.45
mutateMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected