Home
last modified time | relevance | path

Searched defs:_OutputsType (Results 1 – 2 of 2) sorted by relevance

/external/pytorch/torch/onnx/
Dverification.py40 _OutputsType = Union[Sequence[_NumericType], Sequence] variable
216 onnx_outs: _OutputsType,
217 pt_outs: _OutputsType,
265 onnx_outs: _OutputsType,
/external/pytorch/test/onnx/
Donnx_test_common.py45 _OutputsType = Sequence[_NumericType] variable