Searched defs:TensorIndexTupleOp (Results 1 - 1 of 1) sorted by relevance

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
H A DTensorArgMax.h25 struct traits<TensorIndexTupleOp<XprType> > : public traits<XprType>
38 struct eval<TensorIndexTupleOp<XprType>, Eigen::Dense>
40 typedef const TensorIndexTupleOp<XprType>& type;
44 struct nested<TensorIndexTupleOp<XprType>, 1,
45 typename eval<TensorIndexTupleOp<XprType> >::type>
47 typedef TensorIndexTupleOp<XprType> type;
53 class TensorIndexTupleOp : public TensorBase<TensorIndexTupleOp<XprType>, ReadOnlyAccessors> class in namespace:Eigen
56 typedef typename Eigen::internal::traits<TensorIndexTupleOp>::Scalar Scalar;
58 typedef typename Eigen::internal::nested<TensorIndexTupleOp>
63 EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorIndexTupleOp(const XprType& expr) function in class:Eigen::TensorIndexTupleOp
[all...]

Completed in 80 milliseconds