Home
last modified time | relevance | path

Searched refs:TensorBase (Results 1 – 25 of 36) sorted by relevance

12

/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorExpr.h52 class TensorCwiseNullaryOp : public TensorBase<TensorCwiseNullaryOp<NullaryOp, XprType>, ReadOnlyAc…
111 class TensorCwiseUnaryOp : public TensorBase<TensorCwiseUnaryOp<UnaryOp, XprType>, ReadOnlyAccessor…
187 class TensorCwiseBinaryOp : public TensorBase<TensorCwiseBinaryOp<BinaryOp, LhsXprType, RhsXprType>…
264 class TensorCwiseTernaryOp : public TensorBase<TensorCwiseTernaryOp<TernaryOp, Arg1XprType, Arg2Xpr…
335 class TensorSelectOp : public TensorBase<TensorSelectOp<IfXprType, ThenXprType, ElseXprType>, ReadO…
DTensorFixedSize.h27 class TensorFixedSize : public TensorBase<TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType…
31 typedef TensorBase<TensorFixedSize<Scalar_, Dimensions_, Options_, IndexType> > Base;
321 EIGEN_STRONG_INLINE TensorFixedSize(const TensorBase<OtherDerived, ReadOnlyAccessors>& other) in TensorFixedSize()
329 EIGEN_STRONG_INLINE TensorFixedSize(const TensorBase<OtherDerived, WriteAccessors>& other) in TensorFixedSize()
DTensor.h63 class Tensor : public TensorBase<Tensor<Scalar_, NumIndices_, Options_, IndexType_> >
67 typedef TensorBase<Tensor<Scalar_, NumIndices_, Options_, IndexType_> > Base;
384 EIGEN_STRONG_INLINE Tensor(const TensorBase<OtherDerived, ReadOnlyAccessors>& other) in Tensor()
393 EIGEN_STRONG_INLINE Tensor(const TensorBase<OtherDerived, WriteAccessors>& other) in Tensor()
DTensorIO.h59 std::ostream& operator << (std::ostream& os, const TensorBase<T, ReadOnlyAccessors>& expr) {
DTensorArgMax.h53 class TensorIndexTupleOp : public TensorBase<TensorIndexTupleOp<XprType>, ReadOnlyAccessors>
163 class TensorTupleReducerOp : public TensorBase<TensorTupleReducerOp<ReduceOp, Dims, XprType>, ReadO…
DTensorCustomOp.h52 class TensorCustomUnaryOp : public TensorBase<TensorCustomUnaryOp<CustomUnaryFunc, XprType>, ReadOn…
202 class TensorCustomBinaryOp : public TensorBase<TensorCustomBinaryOp<CustomBinaryFunc, LhsXprType, R…
DTensorBase.h27 class TensorBase<Derived, ReadOnlyAccessors>
821 template <typename OtherDerived, int AccessLevel> friend class TensorBase; variable
827 class TensorBase : public TensorBase<Derived, ReadOnlyAccessors> {
837 template <typename OtherDerived, int OtherAccessLevel> friend class TensorBase; variable
DTensorForcedEval.h69 class TensorForcedEvalOp : public TensorBase<TensorForcedEvalOp<XprType, MakePointer_>, ReadOnlyAcc…
DTensorForwardDeclarations.h29 template<typename Derived, int AccessLevel> class TensorBase; variable
DTensorGenerator.h53 class TensorGeneratorOp : public TensorBase<TensorGeneratorOp<Generator, XprType>, ReadOnlyAccessor…
DTensorEvalTo.h65 class TensorEvalToOp : public TensorBase<TensorEvalToOp<XprType, MakePointer_>, ReadOnlyAccessors>
DTensorAssign.h60 class TensorAssignOp : public TensorBase<TensorAssignOp<LhsXprType, RhsXprType> >
DTensorLayoutSwap.h68 class TensorLayoutSwapOp : public TensorBase<TensorLayoutSwapOp<XprType>, WriteAccessors>
DTensorInflation.h51 class TensorInflationOp : public TensorBase<TensorInflationOp<Strides, XprType>, ReadOnlyAccessors>
DTensorShuffling.h53 class TensorShufflingOp : public TensorBase<TensorShufflingOp<Shuffle, XprType> >
DTensorReverse.h52 class TensorReverseOp : public TensorBase<TensorReverseOp<ReverseDimensions,
DTensorMorphing.h53 class TensorReshapingOp : public TensorBase<TensorReshapingOp<NewDimensions, XprType>, WriteAccesso…
236 class TensorSlicingOp : public TensorBase<TensorSlicingOp<StartIndices, Sizes, XprType> >
637 class TensorStridingSlicingOp : public TensorBase<TensorStridingSlicingOp<StartIndices, StopIndices…
DTensorScan.h50 : public TensorBase<TensorScanOp<Op, XprType>, ReadOnlyAccessors> {
DTensorPatch.h53 class TensorPatchOp : public TensorBase<TensorPatchOp<PatchDim, XprType>, ReadOnlyAccessors>
DTensorConversion.h145 class TensorConversionOp : public TensorBase<TensorConversionOp<TargetType, XprType>, ReadOnlyAcces…
DTensorMap.h27 …ptions_, template <class> class MakePointer_> class TensorMap : public TensorBase<TensorMap<PlainO…
DTensorStriding.h53 class TensorStridingOp : public TensorBase<TensorStridingOp<Strides, XprType> >
DTensorBroadcasting.h68 class TensorBroadcastingOp : public TensorBase<TensorBroadcastingOp<Broadcast, XprType>, ReadOnlyAc…
/external/tensorflow/tensorflow/core/kernels/image/
Dmirror_pad_op.h56 : public TensorBase<TensorMirrorPadOp<PaddingDimensions, XprType>,
363 const Eigen::TensorBase<Derived, Eigen::ReadOnlyAccessors>& tensor,
/external/eigen/unsupported/Eigen/CXX11/
DTensor103 #include "src/Tensor/TensorBase.h"

12