Cortenn
Public Member Functions | Private Member Functions | List of all members
ptest.LLOTest Class Reference
Inheritance diagram for ptest.LLOTest:
Inheritance graph
[legend]
Collaboration diagram for ptest.LLOTest:
Collaboration graph
[legend]

Public Member Functions

def test_variable (self)
 
def test_abs (self)
 
def test_neg (self)
 
def test_sin (self)
 
def test_cos (self)
 
def test_tan (self)
 
def test_exp (self)
 
def test_log (self)
 
def test_sqrt (self)
 
def test_round (self)
 
def test_flip (self)
 
def test_pow (self)
 
def test_add (self)
 
def test_sub (self)
 
def test_mul (self)
 
def test_div (self)
 
def test_min (self)
 
def test_max (self)
 
def test_eq (self)
 
def test_neq (self)
 
def test_lt (self)
 
def test_gt (self)
 
def test_nelems (self)
 
def test_ndims (self)
 
def test_extend (self)
 
def test_rsum (self)
 
def test_rprod (self)
 
def test_rmin (self)
 
def test_rmax (self)
 
def test_matmul (self)
 
def test_convolution (self)
 

Private Member Functions

def _array_eq (self, arr1, arr2)
 
def _array_close (self, arr1, arr2)
 
def _common_unary (self, shape, api, real, derive)
 
def _common_binary (self, shape, api, real, derive)
 
def _common_reduce (self, all_reduce, dim_reduce, tf_reduce)
 

Member Function Documentation

◆ _array_close()

def ptest.LLOTest._array_close (   self,
  arr1,
  arr2 
)
private

◆ _array_eq()

def ptest.LLOTest._array_eq (   self,
  arr1,
  arr2 
)
private

◆ _common_binary()

def ptest.LLOTest._common_binary (   self,
  shape,
  api,
  real,
  derive 
)
private

◆ _common_reduce()

def ptest.LLOTest._common_reduce (   self,
  all_reduce,
  dim_reduce,
  tf_reduce 
)
private

◆ _common_unary()

def ptest.LLOTest._common_unary (   self,
  shape,
  api,
  real,
  derive 
)
private

◆ test_abs()

def ptest.LLOTest.test_abs (   self)

◆ test_add()

def ptest.LLOTest.test_add (   self)

◆ test_convolution()

def ptest.LLOTest.test_convolution (   self)

◆ test_cos()

def ptest.LLOTest.test_cos (   self)

◆ test_div()

def ptest.LLOTest.test_div (   self)

◆ test_eq()

def ptest.LLOTest.test_eq (   self)

◆ test_exp()

def ptest.LLOTest.test_exp (   self)

◆ test_extend()

def ptest.LLOTest.test_extend (   self)

◆ test_flip()

def ptest.LLOTest.test_flip (   self)

◆ test_gt()

def ptest.LLOTest.test_gt (   self)

◆ test_log()

def ptest.LLOTest.test_log (   self)

◆ test_lt()

def ptest.LLOTest.test_lt (   self)

◆ test_matmul()

def ptest.LLOTest.test_matmul (   self)

◆ test_max()

def ptest.LLOTest.test_max (   self)

◆ test_min()

def ptest.LLOTest.test_min (   self)

◆ test_mul()

def ptest.LLOTest.test_mul (   self)

◆ test_ndims()

def ptest.LLOTest.test_ndims (   self)

◆ test_neg()

def ptest.LLOTest.test_neg (   self)

◆ test_nelems()

def ptest.LLOTest.test_nelems (   self)

◆ test_neq()

def ptest.LLOTest.test_neq (   self)

◆ test_pow()

def ptest.LLOTest.test_pow (   self)

◆ test_rmax()

def ptest.LLOTest.test_rmax (   self)

◆ test_rmin()

def ptest.LLOTest.test_rmin (   self)

◆ test_round()

def ptest.LLOTest.test_round (   self)

◆ test_rprod()

def ptest.LLOTest.test_rprod (   self)

◆ test_rsum()

def ptest.LLOTest.test_rsum (   self)

◆ test_sin()

def ptest.LLOTest.test_sin (   self)

◆ test_sqrt()

def ptest.LLOTest.test_sqrt (   self)

◆ test_sub()

def ptest.LLOTest.test_sub (   self)

◆ test_tan()

def ptest.LLOTest.test_tan (   self)

◆ test_variable()

def ptest.LLOTest.test_variable (   self)

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