Home
last modified time | relevance | path

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

/external/pytorch/torch/csrc/
DSize.cpp169 auto sq_concat = PyTuple_Type.tp_as_sequence->sq_concat; variable
/external/python/cpython3/Include/cpython/
Dobject.h109 binaryfunc sq_concat; member