Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h84 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
199 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
230 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
Dunique_op.cc106 auto Tin = input.flat<T>(); in Compute() local
132 auto Tin = input.shaped<T, 3>(new_sizes); in Compute() local
Dtranspose_op.cc52 auto Tin = input.vec<T>(); in Compute() local