HomeSort by relevance Sort by last modified time
    Searched refs:MaxReducer (Results 1 - 10 of 10) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
reduction_ops_max.cc 26 ReductionOp<CPUDevice, type, int32, Eigen::internal::MaxReducer<type>>); \
32 ReductionOp<CPUDevice, type, int64, Eigen::internal::MaxReducer<type>>);
45 ReductionOp<GPUDevice, type, int32, Eigen::internal::MaxReducer<type>>); \
52 ReductionOp<GPUDevice, type, int64, Eigen::internal::MaxReducer<type>>);
68 ReductionOp<CPUDevice, int32, int32, Eigen::internal::MaxReducer<int32>>);
77 ReductionOp<CPUDevice, int32, int64, Eigen::internal::MaxReducer<int32>>);
91 Eigen::internal::MaxReducer<type>>); \
98 Eigen::internal::MaxReducer<type>>);
110 ReductionOp<CPUDevice, int32, int32, Eigen::internal::MaxReducer<int32>>);
119 ReductionOp<CPUDevice, int32, int64, Eigen::internal::MaxReducer<int32>>)
    [all...]
reduction_ops_gpu_double.cu.cc 58 DEFINE_FOR_TYPE_AND_R(T, Eigen::internal::MaxReducer<T>); \
reduction_ops_gpu_float.cu.cc 58 DEFINE_FOR_TYPE_AND_R(T, Eigen::internal::MaxReducer<T>); \
reduction_ops_gpu_int.cu.cc 58 DEFINE_FOR_TYPE_AND_R(T, Eigen::internal::MaxReducer<T>); \
reduction_ops_half_prod_max_min.cu.cc 56 DEFINE_FOR_TYPE_AND_R(T, Eigen::internal::MaxReducer<T>); \
eigen_pooling.h 45 internal::MaxReducer<typename internal::remove_const<
55 internal::MaxReducer<typename internal::remove_const<
163 internal::MaxReducer<float>, const Eigen::array<int, 1>,
173 internal::MaxReducer<float>,
reduction_gpu_kernels.cu.h 718 std::is_same<Op, Eigen::internal::MaxReducer<T>>::value);
    [all...]
segment_reduction_ops.cc 316 REGISTER_CPU_KERNEL_SEGMENT("SegmentMax", Eigen::internal::MaxReducer<type>, \
    [all...]
  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorBase.h 561 const TensorReductionOp<internal::MaxReducer<CoeffReturnType>, const Dims, const Derived>
563 return TensorReductionOp<internal::MaxReducer<CoeffReturnType>, const Dims, const Derived>(derived(), dims, internal::MaxReducer<CoeffReturnType>());
566 const TensorReductionOp<internal::MaxReducer<CoeffReturnType>, const DimensionList<Index, NumDimensions>, const Derived>
569 return TensorReductionOp<internal::MaxReducer<CoeffReturnType>, const DimensionList<Index, NumDimensions>, const Derived>(derived(), in_dims, internal::MaxReducer<CoeffReturnType>());
    [all...]
TensorFunctors.h 221 template <typename T> struct MaxReducer
254 struct reducer_traits<MaxReducer<T>, Device> {

Completed in 1307 milliseconds