HomeSort by relevance Sort by last modified time
    Searched defs:FftThunk (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
fft_thunk.h 61 class FftThunk : public Thunk {
65 FftThunk(FftType fft_type, absl::Span<const int64> fft_length,
71 FftThunk(const FftThunk&) = delete; // Cannot share fft_plan_
72 FftThunk& operator=(const FftThunk&) = delete; // Cannot share fft_plan_
fft_thunk.cc 95 FftThunk::FftThunk(FftType fft_type, absl::Span<const int64> fft_length,
109 Status FftThunk::ExecuteOnStream(const BufferAllocations& buffer_allocations,

Completed in 5256 milliseconds