Searched refs:TensorShufflingOp (Results 1 – 5 of 5) sorted by relevance
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/ |
D | TensorShuffling.h | 24 struct traits<TensorShufflingOp<Shuffle, XprType> > : public traits<XprType> 37 struct eval<TensorShufflingOp<Shuffle, XprType>, Eigen::Dense> 39 typedef const TensorShufflingOp<Shuffle, XprType>& type; 43 struct nested<TensorShufflingOp<Shuffle, XprType>, 1, typename eval<TensorShufflingOp<Shuffle, XprT… 45 typedef TensorShufflingOp<Shuffle, XprType> type; 53 class TensorShufflingOp : public TensorBase<TensorShufflingOp<Shuffle, XprType> > 56 typedef typename Eigen::internal::traits<TensorShufflingOp>::Scalar Scalar; 59 typedef typename Eigen::internal::nested<TensorShufflingOp>::type Nested; 60 typedef typename Eigen::internal::traits<TensorShufflingOp>::StorageKind StorageKind; 61 typedef typename Eigen::internal::traits<TensorShufflingOp>::Index Index; [all …]
|
D | TensorBase.h | 778 const TensorShufflingOp<const Shuffle, const Derived> 780 return TensorShufflingOp<const Shuffle, const Derived>(derived(), shuffle); in shuffle() 974 const TensorShufflingOp<const Shuffle, const Derived> 976 return TensorShufflingOp<const Shuffle, const Derived>(derived(), shuffle); in shuffle() 979 TensorShufflingOp<const Shuffle, Derived> 981 return TensorShufflingOp<const Shuffle, Derived>(derived(), shuffle); in shuffle()
|
D | TensorForwardDeclarations.h | 54 template<typename Shuffle, typename XprType> class TensorShufflingOp; variable
|
/external/tensorflow/tensorflow/core/kernels/ |
D | eigen_backward_cuboid_convolutions.h | 58 const TensorShufflingOp< 82 const TensorShufflingOp< 330 const Eigen::TensorShufflingOp< 342 const Eigen::TensorShufflingOp< 353 const Eigen::TensorShufflingOp< 361 const Eigen::TensorShufflingOp< 376 const Eigen::TensorShufflingOp< 384 const Eigen::TensorShufflingOp<
|
D | eigen_backward_spatial_convolutions.h | 69 const TensorShufflingOp< 93 const TensorShufflingOp<
|