Searched refs:plan_ (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/stream_executor/cuda/ |
D | cuda_fft.cc | 104 ret = cufftPlan1d(&plan_, elem_count_[0], CUDAFftType(type), in Initialize() 114 ret = cufftPlan2d(&plan_, elem_count_[0], elem_count_[1], in Initialize() 124 ret = cufftPlan3d(&plan_, elem_count_[0], elem_count_[1], in Initialize() 140 ret = cufftCreate(&plan_); in Initialize() 146 ret = cufftSetAutoAllocation(plan_, 0); in Initialize() 154 ret = cufftMakePlan1d(plan_, elem_count_[0], CUDAFftType(type), in Initialize() 163 ret = cufftMakePlan2d(plan_, elem_count_[0], elem_count_[1], in Initialize() 172 ret = cufftMakePlan3d(plan_, elem_count_[0], elem_count_[1], in Initialize() 194 &plan_, rank, elem_count_, input_embed ? input_embed_ : nullptr, in Initialize() 203 auto ret = cufftCreate(&plan_); in Initialize() [all …]
|
D | cuda_fft.h | 49 plan_(-1), in CUDAFftPlan() 60 return plan_; in GetPlan() 87 cufftHandle plan_; variable
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_fft.cc | 184 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() 236 ret = wrap::hipfftMakePlan1d(parent, plan_, elem_count_[0], in Initialize() 246 ret = wrap::hipfftMakePlan2d(parent, plan_, elem_count_[0], in Initialize() 256 ret = wrap::hipfftMakePlan3d(parent, plan_, elem_count_[0], in Initialize() 282 ret = wrap::hipfftSetWorkArea(parent, plan_, scratch_.opaque()); in Initialize() 294 parent, &plan_, rank, elem_count_, in Initialize() [all …]
|
D | rocm_fft.h | 49 plan_(), in ROCMFftPlan() 59 return plan_; in GetPlan() 83 hipfftHandle plan_; variable
|
/external/harfbuzz_ng/src/ |
D | hb-subset.hh | 61 hb_subset_context_t (hb_subset_plan_t *plan_, in hb_subset_context_t() 63 plan (plan_), in hb_subset_context_t()
|
D | hb-subset-cff-common.hh | 289 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()
|
D | hb-aat-layout.cc | 49 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()
|
D | hb-subset-cff2.cc | 232 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()
|
D | hb-subset-cff1.cc | 402 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()
|
D | hb-aat-layout-common.hh | 825 HB_INTERNAL hb_aat_apply_context_t (const hb_ot_shape_plan_t *plan_,
|