class documentation

class TestUFunc:

View In Hierarchy

Test ufunc call memory overlap handling
Method check​_unary​_fuzz Undocumented
Method test​_binary​_ufunc​_1d​_manual Undocumented
Method test​_binary​_ufunc​_accumulate​_fuzz Undocumented
Method test​_binary​_ufunc​_reduce​_fuzz Undocumented
Method test​_binary​_ufunc​_reduceat​_fuzz Undocumented
Method test​_binary​_ufunc​_reduceat​_manual Undocumented
Method test​_inplace​_op​_simple​_manual Undocumented
Method test​_ufunc​_at​_manual Undocumented
Method test​_unary​_gufunc​_fuzz Undocumented
Method test​_unary​_ufunc​_1d​_manual Undocumented
Method test​_unary​_ufunc​_call​_complex​_fuzz Undocumented
Method test​_unary​_ufunc​_call​_fuzz Undocumented
Method test​_unary​_ufunc​_where​_same Undocumented
def check_unary_fuzz(self, operation, get_out_axis_size, dtype=np.int16, count=5000):

Undocumented

@pytest.mark.slow
def test_binary_ufunc_1d_manual(self):

Undocumented

def test_binary_ufunc_accumulate_fuzz(self):

Undocumented

def test_binary_ufunc_reduce_fuzz(self):

Undocumented

def test_binary_ufunc_reduceat_fuzz(self):

Undocumented

def test_binary_ufunc_reduceat_manual(self):

Undocumented

def test_inplace_op_simple_manual(self):

Undocumented

def test_ufunc_at_manual(self):

Undocumented

@pytest.mark.slow
def test_unary_gufunc_fuzz(self):

Undocumented

def test_unary_ufunc_1d_manual(self):

Undocumented

@pytest.mark.slow
def test_unary_ufunc_call_complex_fuzz(self):

Undocumented

@pytest.mark.slow
def test_unary_ufunc_call_fuzz(self):

Undocumented

def test_unary_ufunc_where_same(self):

Undocumented