HomeSort by relevance Sort by last modified time
    Searched defs:Tout (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
listdiff_op.cc 72 auto Tout = out->vec<T>();
86 Tout(p) = Tx(i);
transpose_op.cc 61 auto Tout = output->vec<T>();
62 std::fill_n(Tout.data(), N, -1);
67 OP_REQUIRES(context, Tout(d) == -1,
69 Tout(d) = i;
cwise_ops_gpu_common.cu.h 61 typedef typename Functor::out_type Tout;
64 typedef typename Eigen::internal::scalar_left<Tout, Tin, Binary> Unary;
71 typedef typename Functor::out_type Tout;
74 typedef typename Eigen::internal::scalar_right<Tout, Tin, Binary> Unary;
cwise_ops_common.h 83 typedef typename Functor::out_type Tout; // Output scalar data type.
86 : BinaryOpShared(ctx, DataTypeToEnum<Tout>::v(),
105 auto out_flat = out->flat<Tout>();
123 eigen_device, out->shaped<Tout, 2>(bcast->result_shape()),
130 eigen_device, out->shaped<Tout, 3>(bcast->result_shape()),
137 eigen_device, out->shaped<Tout, 4>(bcast->result_shape()),
144 eigen_device, out->shaped<Tout, 5>(bcast->result_shape()),
198 typedef typename Functor::out_type Tout; // Output scalar data type.
210 if (std::is_same<Tin, Tout>::value) {
216 auto out_flat = out->flat<Tout>();
    [all...]

Completed in 738 milliseconds