Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/test/export/
H A Dopinfo_schema.py18 SchemaArgType = torch._C._SchemaArgType variable
/aosp_15_r20/external/pytorch/torch/_subclasses/
H A Dschema_check_mode.py20 SchemaArgType = torch._C._SchemaArgType variable
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A Dfunction_schema.h210 enum struct TORCH_API SchemaArgType { input, output }; enum