MCPcopy Create free account
hub / github.com/NVIDIA/DALI / slow_test_mod2

Function slow_test_mod2

dali/test/python/operator_1/test_arithmetic_ops.py:962–963  ·  view source on GitHub ↗
(kinds, types_in)

Source from the content-addressed store, hash-verified

960@attr("slow")
961@cartesian_params(bin_input_kinds, iter_pow(set(integer_types) - set([np.bool_]), 2))
962def slow_test_mod2(kinds, types_in):
963 check_arithm_mod(kinds, types_in, shape_small)
964
965
966def check_raises(kinds, types, op, shape):

Callers

nothing calls this directly

Calls 1

check_arithm_modFunction · 0.85

Tested by

no test coverage detected