Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/extension/pytree/aten_util/test/
H A Divalue_util_test.cpp103 c10::IValue unflattened = unflatten(ret.first, ret.second); in testUnflatten() local
/aosp_15_r20/external/pytorch/test/export/
H A Dtest_unflatten.py51 def compare_outputs(self, eager, unflattened, args): argument