Home
last modified time | relevance | path

Searched defs:target_t (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dhandle_data_util.py25 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 DLossCTC.cpp133 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 DLossCTC.cu225 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 Dhb-open-type.hh399 using target_t = Type; typedef