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

Function get_schema

dali/test/python/test_backend_impl.py:537–538  ·  view source on GitHub ↗
(fn)

Source from the content-addressed store, hash-verified

535
536def test_schema_is_stateful():
537 def get_schema(fn):
538 return GetSchema(fn._schema_name)
539
540 # Special operators
541 assert get_schema(fn.external_source).IsStateful()

Callers 1

test_schema_is_statefulFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected