Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA/DALI
/ pipe
Function
pipe
dali/test/python/operator_1/test_operator_exception.py:31–32 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
29
def
test_python_error_constructor():
30
@pipeline_def(batch_size=1, num_threads=1, device_id=0)
31
def
pipe():
32
return
fn.throw_exception(constructor=True)
33
34
with
assert_raises(
35
RuntimeError,
Callers
7
test_python_error_constructor
Function · 0.70
test_python_error_propagation
Function · 0.70
test_cpp_error_propagation
Function · 0.70
test_error_propagation_ellipsis
Function · 0.70
test_arithm_ops
Function · 0.70
test_math_ops
Function · 0.70
test_operator_exception_arg_input_placement
Function · 0.70
Calls
3
atan2
Method · 0.80
gpu
Method · 0.45
copy
Method · 0.45
Tested by
no test coverage detected