Home
last modified time | relevance | path

Searched defs:export_type (Results 1 – 4 of 4) sorted by relevance

/external/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_instr_export.h50 ExportType export_type() const { return m_type; } in export_type() function
/external/pytorch/torch/onnx/
Dutils.py1218 export_type=None, argument
1470 export_type=None, argument
/external/libxml2/os400/dlfcn/
Ddlfcn.c991 int export_type; in dlsym() local
/external/pytorch/torch/jit/
D_trace.py1044 def _log_exportability(func_to_export, export_func, export_args, export_type): argument