Home
last modified time | relevance | path

Searched defs:to_tuple (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/serialization/
H A Dexport_module.cpp58 static IValue to_tuple(std::initializer_list<IValue> ivalues) { in to_tuple() function
62 IValue to_tuple(std::vector<IValue> ivalues) { in to_tuple() function
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_ast.py5 def to_tuple(t): function
/aosp_15_r20/external/mesa3d/src/compiler/nir/
H A Dnir_opt_algebraic.py113 def to_tuple(pattern): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_ast.py15 def to_tuple(t): function
/aosp_15_r20/external/pytorch/test/dynamo/
H A Dtest_repros.py670 def to_tuple(self): member in ModelOutput