Home
last modified time | relevance | path

Searched refs:_is_tuple_construct (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/pytorch/torch/onnx/
H A Dsymbolic_helper.py170 if not _is_tuple_construct(tuple_value):
188 if not _is_tuple_construct(tuple_value):
356 return descriptor and _is_value(arg) and _is_tuple_construct(arg)
500 def _is_tuple_construct(x: _C.Value) -> bool: function