Home
last modified time | relevance | path

Searched defs:BatchT (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dspacetobatch_functor.cc92 using BatchT = typename std::conditional<B2S, const T, T>::type; typedef
H A Dspacetobatch_functor_gpu.cu.cc104 using BatchT = typename std::conditional<B2S, const T, T>::type; typedef
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/batching_util/
H A Dbatch_resource_base.h127 using BatchT = Batch<BatchResourceBase::BatchTask>; variable