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

Function slow_test_bitnot

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

Source from the content-addressed store, hash-verified

729@attr("slow")
730@cartesian_params(unary_input_kinds, bitnot_operations, integer_types)
731def slow_test_bitnot(kinds, op_and_desc, types_in):
732 op, op_desc = op_and_desc
733 check_unary_op(kinds, types_in, op, shape_big, op_desc)
734
735
736# bool is excluded: C's bool << bool produces int, but DALI casts the result back to bool

Callers

nothing calls this directly

Calls 1

check_unary_opFunction · 0.85

Tested by

no test coverage detected