Home
last modified time | relevance | path

Searched refs:_deltas_flattened (Results 1 – 4 of 4) sorted by relevance

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEGenerateProposalsLayer.cpp52 _deltas_flattened(), in NEGenerateProposalsLayer()
99_deltas_flattened.allocator()->init(TensorInfo(flatten_shape_deltas, 1, scores_data_type, deltas->… in configure()
102 _memory_group.manage(&_deltas_flattened); in configure()
107 _flatten_deltas.configure(&_deltas_permuted, &_deltas_flattened); in configure()
112 _flatten_deltas.configure(deltas, &_deltas_flattened); in configure()
133 Tensor *deltas_to_use = &_deltas_flattened; in configure()
137 …_deltas_flattened_f32.allocator()->init(TensorInfo(_deltas_flattened.info()->tensor_shape(), 1, Da… in configure()
145 _dequantize_deltas.configure(&_deltas_flattened, &_deltas_flattened_f32); in configure()
146 _deltas_flattened.allocator()->allocate(); in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLGenerateProposalsLayer.cpp55 _deltas_flattened(), in CLGenerateProposalsLayer()
108_deltas_flattened.allocator()->init(TensorInfo(flatten_shape_deltas, 1, scores_data_type, deltas->… in configure()
111 _memory_group.manage(&_deltas_flattened); in configure()
116 _flatten_deltas.configure(compile_context, &_deltas_permuted, &_deltas_flattened); in configure()
121 _flatten_deltas.configure(compile_context, deltas, &_deltas_flattened); in configure()
142 CLTensor *deltas_to_use = &_deltas_flattened; in configure()
146 …_deltas_flattened_f32.allocator()->init(TensorInfo(_deltas_flattened.info()->tensor_shape(), 1, Da… in configure()
154 _dequantize_deltas->configure(compile_context, &_deltas_flattened, &_deltas_flattened_f32); in configure()
155 _deltas_flattened.allocator()->allocate(); in configure()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEGenerateProposalsLayer.h146 Tensor _deltas_flattened; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLGenerateProposalsLayer.h169 CLTensor _deltas_flattened; variable