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

Function test_bitnot_selected

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

Source from the content-addressed store, hash-verified

722# ~x uses logical NOT for bool (matching numpy/torch) and bitwise NOT for other integral types
723@cartesian_params(unary_input_kinds, bitnot_operations, integer_types)
724def test_bitnot_selected(kinds, op_and_desc, types_in):
725 op, op_desc = op_and_desc
726 check_unary_op(kinds, types_in, op, shape_small, op_desc)
727
728
729@attr("slow")

Callers

nothing calls this directly

Calls 1

check_unary_opFunction · 0.85

Tested by

no test coverage detected