Home
last modified time | relevance | path

Searched defs:ConstructorError (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/pytorch/c10/test/core/impl/
H A DInlineDeviceGuard_test.cpp55 TEST(InlineDeviceGuard, ConstructorError) { in TEST() argument
/aosp_15_r20/external/python/pyyaml/yaml/
D_yaml.pyx20 ConstructorError = yaml.constructor.ConstructorError variable
/aosp_15_r20/external/python/pyyaml/lib/yaml/
Dconstructor.py16 class ConstructorError(MarkedYAMLError): class