Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
43
int StackLayerNode::axis() const
44
{
45
return _axis;
46
}
47
48
TensorDescriptor StackLayerNode::compute_output_descriptor(const std::vector<TensorDescriptor> &input_descriptors,
49
int axis)
Callers
8
validate_arg_min_max_layer
Function · 0.45
validate_l2_normalize_layer
Function · 0.45
validate_reduction_operation_layer
Function · 0.45
create_arg_min_max_layer
Function · 0.45
create_l2_normalize_layer
Function · 0.45
create_reduction_operation_layer
Function · 0.45
create_stack_layer
Function · 0.45
mutate
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected