Searched defs:in_place_fft (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_fft.cc | 293 bool in_place_fft) { in Create1dPlan() 309 Stream *stream, uint64 num_x, fft::Type type, bool in_place_fft, in Create1dPlanWithScratchAllocator() 326 bool in_place_fft) { in Create2dPlan() 341 bool in_place_fft, ScratchAllocator *scratch_allocator) { in Create2dPlanWithScratchAllocator() 358 bool in_place_fft) { in Create3dPlan() 374 bool in_place_fft, ScratchAllocator *scratch_allocator) { in Create3dPlanWithScratchAllocator() 393 bool in_place_fft, int batch_count) { in CreateBatchedPlan() 420 bool in_place_fft, int batch_count, ScratchAllocator *scratch_allocator) { in CreateBatchedPlanWithScratchAllocator()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_fft.cc | 374 bool in_place_fft) { in Create1dPlan() 389 Stream *stream, uint64 num_x, fft::Type type, bool in_place_fft, in Create1dPlanWithScratchAllocator() 405 bool in_place_fft) { in Create2dPlan() 419 bool in_place_fft, ScratchAllocator *scratch_allocator) { in Create2dPlanWithScratchAllocator() 435 bool in_place_fft) { in Create3dPlan() 449 bool in_place_fft, ScratchAllocator *scratch_allocator) { in Create3dPlanWithScratchAllocator() 466 bool in_place_fft, int batch_count) { in CreateBatchedPlan() 484 bool in_place_fft, int batch_count, ScratchAllocator *scratch_allocator) { in CreateBatchedPlanWithScratchAllocator()
|