Home
last modified time | relevance | path

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

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