Home
last modified time | relevance | path

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

/external/ComputeLibrary/src/runtime/NEON/functions/
DNEFFT2D.cpp36 …manager), _first_pass_func(memory_manager), _second_pass_func(memory_manager), _first_pass_tensor() in NEFFT2D()
50 _memory_group.manage(&_first_pass_tensor); in configure()
51 _first_pass_func.configure(input, &_first_pass_tensor, first_pass_config); in configure()
57 _second_pass_func.configure(&_first_pass_tensor, output, second_pass_config); in configure()
58 _first_pass_tensor.allocator()->allocate(); in configure()
/external/ComputeLibrary/src/runtime/CL/functions/
DCLFFT2D.cpp38 …manager), _first_pass_func(memory_manager), _second_pass_func(memory_manager), _first_pass_tensor() in CLFFT2D()
59 _memory_group.manage(&_first_pass_tensor); in configure()
60 _first_pass_func.configure(compile_context, input, &_first_pass_tensor, first_pass_config); in configure()
66 _second_pass_func.configure(compile_context, &_first_pass_tensor, output, second_pass_config); in configure()
67 _first_pass_tensor.allocator()->allocate(); in configure()
/external/ComputeLibrary/arm_compute/runtime/NEON/functions/
DNEFFT2D.h91 Tensor _first_pass_tensor; variable
/external/ComputeLibrary/arm_compute/runtime/CL/functions/
DCLFFT2D.h100 CLTensor _first_pass_tensor; variable