Home
last modified time | relevance | path

Searched refs:fft_plan_cache (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dfft_thunk.cc98 int device_ordinal, FftPlanCache* fft_plan_cache, in RunFft() argument
108 FftPlan* fft_plan_ptr = fft_plan_cache->GetOrCreate(device_ordinal); in RunFft()
H A Dfft_thunk.h94 int device_ordinal, FftPlanCache* fft_plan_cache,
H A Djitrt_custom_calls.cc1250 FftPlanCache fft_plan_cache; in operator ()() local
1279 &fft_plan_cache, stream, run_options->allocator()); in operator ()()