Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Disotonic_regression_op.cc207 #define REGISTER_CPU_KERNEL(Tin, Tout) \ argument
219 #define REGISTER_CPU_KERNEL_FLOAT(Tin) REGISTER_CPU_KERNEL(Tin, float) argument
224 #define REGISTER_CPU_KERNEL_DOUBLE(Tin) REGISTER_CPU_KERNEL(Tin, double) argument
Dcwise_ops_common.h81 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
260 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
291 typedef typename Functor::in_type Tin; // Input scalar data type. typedef
Dunique_op.cc150 auto Tin = input.flat<T>(); in Compute() local
176 auto Tin = input.shaped<T, 3>(new_sizes); in Compute() local
Dtranspose_op.cc52 auto Tin = input.vec<T>(); in Compute() local