Public Types | Public Member Functions | Static Public Attributes | Protected Member Functions | Protected Attributes | List of all members
Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device > Struct Template Reference

#include <TensorImagePatch.h>

Public Types

enum  {
  IsAligned = false, PacketAccess = TensorEvaluator<ArgType, Device>::PacketAccess, Layout = TensorEvaluator<ArgType, Device>::Layout, CoordAccess = false,
  RawAccess = false
}
 
typedef XprType::CoeffReturnType CoeffReturnType
 
typedef DSizes< Index, NumDimsDimensions
 
typedef TensorEvaluator< ArgType, Device > Impl
 
typedef XprType::Index Index
 
typedef PacketType< CoeffReturnType, Device >::type PacketReturnType
 
typedef internal::remove_const< typename XprType::Scalar >::type Scalar
 
typedef TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device > Self
 
typedef TensorImagePatchOp< Rows, Cols, ArgType > XprType
 

Public Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void cleanup ()
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType coeff (Index index) const
 
Index colInflateStride () const
 
Index colPaddingLeft () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost costPerCoeff (bool vectorized) const
 
EIGEN_DEVICE_FUNC Scalardata () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensionsdimensions () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool evalSubExprsIfNeeded (Scalar *)
 
const TensorEvaluator< ArgType, Device > & impl () const
 
Index outputCols () const
 
Index outputRows () const
 
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packet (Index index) const
 
Index rowInflateStride () const
 
Index rowPaddingTop () const
 
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorEvaluator (const XprType &op, const Device &device)
 
Index userColStride () const
 
Index userInColStride () const
 
Index userInRowStride () const
 
Index userRowStride () const
 

Static Public Attributes

static const int NumDims = NumInputDims + 1
 
static const int NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
 
static const int PacketSize = internal::unpacket_traits<PacketReturnType>::size
 

Protected Member Functions

EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType packetWithPossibleZero (Index index) const
 

Protected Attributes

Index m_col_inflate_strides
 
Index m_col_strides
 
Index m_colInputStride
 
Index m_colPaddingLeft
 
Index m_colStride
 
Dimensions m_dimensions
 
internal::TensorIntDivisor< Indexm_fastColStride
 
internal::TensorIntDivisor< Indexm_fastInflateColStride
 
internal::TensorIntDivisor< Indexm_fastInflateRowStride
 
internal::TensorIntDivisor< Indexm_fastInputColsEff
 
internal::TensorIntDivisor< Indexm_fastOtherStride
 
internal::TensorIntDivisor< Indexm_fastOutputDepth
 
internal::TensorIntDivisor< Indexm_fastOutputRows
 
internal::TensorIntDivisor< Indexm_fastPatchStride
 
TensorEvaluator< ArgType, Device > m_impl
 
Index m_in_col_strides
 
Index m_in_row_strides
 
Index m_input_cols_eff
 
Index m_input_rows_eff
 
Index m_inputCols
 
Index m_inputDepth
 
Index m_inputRows
 
Index m_otherStride
 
Index m_outputCols
 
Index m_outputRows
 
Scalar m_paddingValue
 
Index m_patch_cols_eff
 
Index m_patch_rows_eff
 
Index m_patchInputStride
 
Index m_patchStride
 
Index m_row_inflate_strides
 
Index m_row_strides
 
Index m_rowInputStride
 
Index m_rowPaddingTop
 

Detailed Description

template<DenseIndex Rows, DenseIndex Cols, typename ArgType, typename Device>
struct Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >

Definition at line 151 of file TensorImagePatch.h.

Member Typedef Documentation

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef XprType::CoeffReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::CoeffReturnType

Definition at line 162 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef DSizes<Index, NumDims> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Dimensions

Definition at line 157 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Impl

Definition at line 161 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef XprType::Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Index

Definition at line 154 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef PacketType<CoeffReturnType, Device>::type Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::PacketReturnType

Definition at line 163 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef internal::remove_const<typename XprType::Scalar>::type Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Scalar

Definition at line 158 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef TensorEvaluator<const TensorImagePatchOp<Rows, Cols, ArgType>, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::Self

Definition at line 160 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
typedef TensorImagePatchOp<Rows, Cols, ArgType> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::XprType

Definition at line 153 of file TensorImagePatch.h.

Member Enumeration Documentation

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
anonymous enum
Enumerator
IsAligned 
PacketAccess 
Layout 
CoordAccess 
RawAccess 

Definition at line 166 of file TensorImagePatch.h.

Constructor & Destructor Documentation

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::TensorEvaluator ( const XprType op,
const Device &  device 
)
inline

Definition at line 174 of file TensorImagePatch.h.

Member Function Documentation

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE void Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::cleanup ( )
inline

Definition at line 320 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE CoeffReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::coeff ( Index  index) const
inline

Definition at line 324 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::colInflateStride ( ) const
inline

Definition at line 434 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::colPaddingLeft ( ) const
inline

Definition at line 426 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE TensorOpCost Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::costPerCoeff ( bool  vectorized) const
inline

Definition at line 437 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC Scalar* Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::data ( ) const
inline

Definition at line 421 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE const Dimensions& Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::dimensions ( ) const
inline

Definition at line 313 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE bool Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::evalSubExprsIfNeeded ( Scalar )
inline

Definition at line 315 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const TensorEvaluator<ArgType, Device>& Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::impl ( ) const
inline

Definition at line 423 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::outputCols ( ) const
inline

Definition at line 428 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::outputRows ( ) const
inline

Definition at line 427 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
template<int LoadMode>
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::packet ( Index  index) const
inline

Definition at line 363 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
EIGEN_DEVICE_FUNC EIGEN_STRONG_INLINE PacketReturnType Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::packetWithPossibleZero ( Index  index) const
inlineprotected

Definition at line 449 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::rowInflateStride ( ) const
inline

Definition at line 433 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::rowPaddingTop ( ) const
inline

Definition at line 425 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userColStride ( ) const
inline

Definition at line 430 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userInColStride ( ) const
inline

Definition at line 432 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userInRowStride ( ) const
inline

Definition at line 431 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::userRowStride ( ) const
inline

Definition at line 429 of file TensorImagePatch.h.

Member Data Documentation

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_col_inflate_strides
protected

Definition at line 470 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_col_strides
protected

Definition at line 465 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_colInputStride
protected

Definition at line 485 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_colPaddingLeft
protected

Definition at line 496 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_colStride
protected

Definition at line 463 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Dimensions Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_dimensions
protected

Definition at line 459 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastColStride
protected

Definition at line 479 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastInflateColStride
protected

Definition at line 481 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastInflateRowStride
protected

Definition at line 480 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastInputColsEff
protected

Definition at line 482 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastOtherStride
protected

Definition at line 477 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastOutputDepth
protected

Definition at line 499 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastOutputRows
protected

Definition at line 498 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
internal::TensorIntDivisor<Index> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_fastPatchStride
protected

Definition at line 478 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
TensorEvaluator<ArgType, Device> Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_impl
protected

Definition at line 503 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_in_col_strides
protected

Definition at line 468 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_in_row_strides
protected

Definition at line 467 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_input_cols_eff
protected

Definition at line 473 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_input_rows_eff
protected

Definition at line 472 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_inputCols
protected

Definition at line 490 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_inputDepth
protected

Definition at line 488 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_inputRows
protected

Definition at line 489 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_otherStride
protected

Definition at line 461 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_outputCols
protected

Definition at line 493 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_outputRows
protected

Definition at line 492 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Scalar Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_paddingValue
protected

Definition at line 501 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patch_cols_eff
protected

Definition at line 475 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patch_rows_eff
protected

Definition at line 474 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patchInputStride
protected

Definition at line 486 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_patchStride
protected

Definition at line 462 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_row_inflate_strides
protected

Definition at line 469 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_row_strides
protected

Definition at line 464 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_rowInputStride
protected

Definition at line 484 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
Index Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::m_rowPaddingTop
protected

Definition at line 495 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::NumDims = NumInputDims + 1
static

Definition at line 156 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::NumInputDims = internal::array_size<typename TensorEvaluator<ArgType, Device>::Dimensions>::value
static

Definition at line 155 of file TensorImagePatch.h.

template<DenseIndex Rows, DenseIndex Cols, typename ArgType , typename Device >
const int Eigen::TensorEvaluator< const TensorImagePatchOp< Rows, Cols, ArgType >, Device >::PacketSize = internal::unpacket_traits<PacketReturnType>::size
static

Definition at line 164 of file TensorImagePatch.h.


The documentation for this struct was generated from the following file:


hebiros
Author(s): Xavier Artache , Matthew Tesch
autogenerated on Thu Sep 3 2020 04:10:24