Home
last modified time | relevance | path

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

/aosp_15_r20/external/executorch/examples/apple/mps/scripts/
H A Dmps_example.py162 inputs_copy = [] variable
165 inputs_copy = tuple(inputs_copy) variable
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dengine.cpp973 auto inputs_copy = inputs; in call_function() local