Searched defs:target_t (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/ |
H A D | handle_data_util.py | 25 def copy_handle_data(source_t, target_t): argument 52 def set_handle_data(target_t, handle_data): argument
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/ |
H A D | LossCTC.cpp | 133 using target_t = typename std::conditional<target_scalar_type == kInt, int, int64_t>::type; in ctc_loss_cpu_template() typedef 236 using target_t = typename std::conditional<target_scalar_type == kInt, int, int64_t>::type; in ctc_loss_backward_cpu_template() typedef
|
/aosp_15_r20/external/pytorch/aten/src/ATen/native/cuda/ |
H A D | LossCTC.cu | 225 using target_t = typename std::conditional<target_scalar_type == kInt, int, int64_t>::type; in ctc_loss_gpu_template() typedef 608 using target_t = typename std::conditional<target_scalar_type == kInt, int, int64_t>::type; in ctc_loss_backward_gpu_template() typedef
|
/aosp_15_r20/external/harfbuzz_ng/src/ |
H A D | hb-open-type.hh | 399 using target_t = Type; typedef
|