ETRI IVCL 1.0.0
Acceleration SW Platform for Ondevice
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
bgr_to_yuv.BGRtoYUV Class Reference
Inheritance diagram for bgr_to_yuv.BGRtoYUV:

Public Member Functions

def setup (self, bottom, top)
 
def reshape (self, bottom, top)
 
def forward (self, bottom, top)
 
def backward (self, bottom, top)
 
def setup (self, bottom, top)
 
def reshape (self, bottom, top)
 
def forward (self, bottom, top)
 
def backward (self, bottom, top)
 

Public Attributes

 src
 blob to numpy image ### blob's shape : (n, c, h, w) images's shape : (n, h, w, c) image's shape : (h, w, c) More...
 
 shape
 
 dst
 

Member Function Documentation

◆ backward() [1/2]

def bgr_to_yuv.BGRtoYUV.backward (   self,
  bottom,
  top 
)

◆ backward() [2/2]

def bgr_to_yuv.BGRtoYUV.backward (   self,
  bottom,
  top 
)

◆ forward() [1/2]

def bgr_to_yuv.BGRtoYUV.forward (   self,
  bottom,
  top 
)

◆ forward() [2/2]

def bgr_to_yuv.BGRtoYUV.forward (   self,
  bottom,
  top 
)

◆ reshape() [1/2]

def bgr_to_yuv.BGRtoYUV.reshape (   self,
  bottom,
  top 
)

◆ reshape() [2/2]

def bgr_to_yuv.BGRtoYUV.reshape (   self,
  bottom,
  top 
)

◆ setup() [1/2]

def bgr_to_yuv.BGRtoYUV.setup (   self,
  bottom,
  top 
)

◆ setup() [2/2]

def bgr_to_yuv.BGRtoYUV.setup (   self,
  bottom,
  top 
)

Member Data Documentation

◆ dst

bgr_to_yuv.BGRtoYUV.dst

◆ shape

bgr_to_yuv.BGRtoYUV.shape

◆ src

bgr_to_yuv.BGRtoYUV.src

blob to numpy image ### blob's shape : (n, c, h, w) images's shape : (n, h, w, c) image's shape : (h, w, c)


The documentation for this class was generated from the following files: