Home
last modified time | relevance | path

Searched refs:permutation_vector (Results 1 – 7 of 7) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNESoftmaxLayer.cpp141 …const PermutationVector permutation_vector = softmax_helpers::get_permutation_vector_from_softmax_… in validate() local
142 …d_shape = misc::shape_calculator::compute_permutation_output_shape(*input, permutation_vector); in validate()
144 … ARM_COMPUTE_RETURN_ON_ERROR(NEPermute::validate(input, &input_permuted, permutation_vector)); in validate()
146 … ARM_COMPUTE_RETURN_ON_ERROR(NEPermute::validate(&output_permuted, output, permutation_vector)); in validate()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLSoftmaxLayer.cpp135 …const PermutationVector permutation_vector = softmax_helpers::get_permutation_vector_from_softmax_… in validate() local
136 …d_shape = misc::shape_calculator::compute_permutation_output_shape(*input, permutation_vector); in validate()
138 … ARM_COMPUTE_RETURN_ON_ERROR(CLPermute::validate(input, &input_permuted, permutation_vector)); in validate()
140 … ARM_COMPUTE_RETURN_ON_ERROR(CLPermute::validate(&output_permuted, output, permutation_vector)); in validate()
/external/ComputeLibrary/arm_compute/graph/nodes/
DPermuteLayerNode.h48 const PermutationVector &permutation_vector() const;
/external/ComputeLibrary/src/graph/nodes/
DPermuteLayerNode.cpp42 const PermutationVector &PermuteLayerNode::permutation_vector() const in permutation_vector() function in arm_compute::graph::PermuteLayerNode
/external/armnn/python/pyarmnn/src/pyarmnn/swig/modules/
Darmnn_types.i9 %include <typemaps/permutation_vector.i>
/external/ComputeLibrary/arm_compute/graph/backends/
DValidateHelpers.h437 const PermutationVector &perm = node.permutation_vector(); in validate_permute_layer()
DFunctionHelpers.h1274 const PermutationVector &perm = node.permutation_vector(); in create_permute_layer()