Home
last modified time | relevance | path

Searched defs:output_handles (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dimplementation.cpp19 AtenTensorHandle* output_handles, in convert_outputs_to_handles_helper()
26 AtenTensorHandle* output_handles) { in convert_outputs_to_handles()
H A Dinterface.cpp100 output_handles, // array for writing output AtenTensorHandle; handles in AOTInductorModelContainerRun()
307 AtenTensorHandle* output_handles) { in AOTInductorModelRun()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/
H A Dmodel_container_runner.cpp109 std::vector<AtenTensorHandle> output_handles(num_outputs); in run() local
/aosp_15_r20/external/ComputeLibrary/src/graph/detail/
H A DCrossLayerMemoryManagerHelpers.cpp57 …std::vector<std::pair<ITensorHandle *, IMemoryGroup *>> output_handles = {}; /**< Output handles o… member
/aosp_15_r20/external/libchrome/ipc/
H A Dipc_channel_mojo.cc282 std::vector<mojo::native::SerializedHandlePtr> output_handles; in ReadFromMessageAttachmentSet() local
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/ops/
H A Dtpu_embedding_ops.cc333 std::vector<ShapeHandle> output_handles; in __anoncc2b8c080802() local
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Dmodel_container.h76 output_handles, // array for writing output AtenTensorHandle; handles in run()
H A Dmodel.h136 output_handles, // array for writing output AtenTensorHandle; handles in run()
/aosp_15_r20/external/igt-gpu-tools/lib/
H A Digt_alsa.c47 snd_pcm_t *output_handles[HANDLES_MAX]; member
/aosp_15_r20/external/cronet/ipc/
H A Dipc_channel_mojo.cc322 std::vector<mojo::native::SerializedHandlePtr> output_handles; in ReadFromMessageAttachmentSet() local
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Dgraph_jni.cc215 jlongArray output_handles = env->NewLongArray(noutputs); in buildSubgraph() local