Searched defs:Tin (Results 1 – 4 of 4) sorted by relevance
207 #define REGISTER_CPU_KERNEL(Tin, Tout) \ argument219 #define REGISTER_CPU_KERNEL_FLOAT(Tin) REGISTER_CPU_KERNEL(Tin, float) argument224 #define REGISTER_CPU_KERNEL_DOUBLE(Tin) REGISTER_CPU_KERNEL(Tin, double) argument
81 typedef typename Functor::in_type Tin; // Input scalar data type. typedef260 typedef typename Functor::in_type Tin; // Input scalar data type. typedef291 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
150 auto Tin = input.flat<T>(); in Compute() local176 auto Tin = input.shaped<T, 3>(new_sizes); in Compute() local
52 auto Tin = input.vec<T>(); in Compute() local