Searched refs:_deltas_permuted (Results 1 – 4 of 4) sorted by relevance
/external/ComputeLibrary/src/runtime/NEON/functions/ |
D | NEGenerateProposalsLayer.cpp | 51 _deltas_permuted(), in NEGenerateProposalsLayer() 105 _memory_group.manage(&_deltas_permuted); in configure() 106 _permute_deltas.configure(deltas, &_deltas_permuted, PermutationVector{ 2, 0, 1 }); in configure() 107 _flatten_deltas.configure(&_deltas_permuted, &_deltas_flattened); in configure() 108 _deltas_permuted.allocator()->allocate(); in configure()
|
/external/ComputeLibrary/src/runtime/CL/functions/ |
D | CLGenerateProposalsLayer.cpp | 54 _deltas_permuted(), in CLGenerateProposalsLayer() 114 _memory_group.manage(&_deltas_permuted); in configure() 115 …_permute_deltas.configure(compile_context, deltas, &_deltas_permuted, PermutationVector{ 2, 0, 1 }… in configure() 116 _flatten_deltas.configure(compile_context, &_deltas_permuted, &_deltas_flattened); in configure() 117 _deltas_permuted.allocator()->allocate(); in configure()
|
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/ |
D | NEGenerateProposalsLayer.h | 145 Tensor _deltas_permuted; variable
|
/external/ComputeLibrary/arm_compute/runtime/CL/functions/ |
D | CLGenerateProposalsLayer.h | 168 CLTensor _deltas_permuted; variable
|