Home
last modified time | relevance | path

Searched refs:plan_ (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/cuda/
Dcuda_fft.cc106 ret = cufftPlan1d(&plan_, elem_count_[0], CUDAFftType(type), in Initialize()
116 ret = cufftPlan2d(&plan_, elem_count_[0], elem_count_[1], in Initialize()
126 ret = cufftPlan3d(&plan_, elem_count_[0], elem_count_[1], in Initialize()
142 ret = cufftCreate(&plan_); in Initialize()
148 ret = cufftSetAutoAllocation(plan_, 0); in Initialize()
156 ret = cufftMakePlan1d(plan_, elem_count_[0], CUDAFftType(type), in Initialize()
165 ret = cufftMakePlan2d(plan_, elem_count_[0], elem_count_[1], in Initialize()
174 ret = cufftMakePlan3d(plan_, elem_count_[0], elem_count_[1], in Initialize()
196 &plan_, rank, elem_count_, input_embed ? input_embed_ : nullptr, in Initialize()
205 auto ret = cufftCreate(&plan_); in Initialize()
[all …]
Dcuda_fft.h49 plan_(-1), in CUDAFftPlan()
61 return plan_; in GetPlan()
90 cufftHandle plan_; variable
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_fft.cc184 ret = wrap::hipfftPlan1d(parent, &plan_, elem_count_[0], in Initialize()
194 ret = wrap::hipfftPlan2d(parent, &plan_, elem_count_[0], in Initialize()
205 wrap::hipfftPlan3d(parent, &plan_, elem_count_[0], elem_count_[1], in Initialize()
221 ret = wrap::hipfftCreate(parent, &plan_); in Initialize()
227 ret = wrap::hipfftSetAutoAllocation(parent, plan_, 0); in Initialize()
235 ret = wrap::hipfftMakePlan1d(parent, plan_, elem_count_[0], in Initialize()
245 ret = wrap::hipfftMakePlan2d(parent, plan_, elem_count_[0], in Initialize()
255 ret = wrap::hipfftMakePlan3d(parent, plan_, elem_count_[0], in Initialize()
277 parent, &plan_, rank, elem_count_, in Initialize()
287 auto ret = wrap::hipfftCreate(parent, &plan_); in Initialize()
[all …]
Drocm_fft.h49 plan_(), in ROCMFftPlan()
60 return plan_; in GetPlan()
87 hipfftHandle plan_; variable
/external/harfbuzz_ng/src/
Dhb-subset.hh61 hb_subset_context_t (hb_subset_plan_t *plan_, in hb_subset_context_t()
63 plan (plan_), in hb_subset_context_t()
Dhb-aat-layout.cc49 AAT::hb_aat_apply_context_t::hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_, in hb_aat_apply_context_t() argument
53 plan (plan_), in hb_aat_apply_context_t()
Dhb-subset-cff-common.hh289 const hb_subset_plan_t *plan_) in subr_flattener_t()
290 : acc (acc_), plan (plan_) {} in subr_flattener_t()
611 subr_subsetter_t (ACC &acc_, const hb_subset_plan_t *plan_) in subr_subsetter_t()
612 : acc (acc_), plan (plan_) in subr_subsetter_t()
Dhb-subset-cff2.cc232 cff2_subr_subsetter_t (const OT::cff2::accelerator_subset_t &acc_, const hb_subset_plan_t *plan_) in cff2_subr_subsetter_t()
233 : subr_subsetter_t (acc_, plan_) {} in cff2_subr_subsetter_t()
Dhb-subset-cff1.cc402 cff1_subr_subsetter_t (const OT::cff1::accelerator_subset_t &acc_, const hb_subset_plan_t *plan_) in cff1_subr_subsetter_t()
403 : subr_subsetter_t (acc_, plan_) {} in cff1_subr_subsetter_t()
Dhb-aat-layout-common.hh825 HB_INTERNAL hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_,