Home
last modified time | relevance | path

Searched defs:schema_returns (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_torch/
H A Doss_proxy_executor.cpp246 const std::vector<c10::Argument>& schema_returns, in get_output_info_from_serialized()
347 const auto& schema_returns = schema.returns(); in OSSProxyExecutor() local
455 const auto& schema_returns = schema.returns(); in call_function() local
/aosp_15_r20/external/pytorch/aten/src/ATen/native/
H A DCPUFallback.cpp212 const auto& schema_returns = op.schema().returns(); in cpu_fallback() local
/aosp_15_r20/external/pytorch/torch/csrc/lazy/ts_backend/
H A Dts_eager_fallback.cpp286 const auto& schema_returns = op.schema().returns(); in ts_eager_fallback() local
/aosp_15_r20/external/pytorch/torch/csrc/autograd/
H A Dpython_variable.cpp159 auto schema_returns = op.schema().returns(); in pushPyOutToStack() local