Home
last modified time | relevance | path

Searched defs:out_spec (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/executorch/exir/capture/
H A D_unlift.py19 def _unlift(gm, inp_pos_to_param_buffer_name, in_spec, out_spec, state_dict): argument
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/
H A Dmodel_container_runner.cpp193 const char* out_spec = nullptr; in get_call_spec() local
/aosp_15_r20/external/pytorch/torch/_export/
H A Dwrappers.py70 def update_module_call_signatures(path, in_spec, out_spec): argument
/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dinterface.cpp268 const char** out_spec) { in AOTInductorModelContainerGetCallSpec()
/aosp_15_r20/external/pytorch/aten/src/ATen/functorch/
H A DBatchRulesConvolution.cpp24 DimVector out_spec = lhs_spec; in convolution_batch_rule() local
/aosp_15_r20/external/executorch/runtime/executor/
H A Dmethod.cpp144 CompileSpec** out_spec) { in PopulateCompileSpecs()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/
H A Dpmap_lib.cc75 ShardingSpec out_spec; member