Home
last modified time | relevance | path

Searched defs:input_handles (Results 1 – 12 of 12) sorted by relevance

/aosp_15_r20/external/pytorch/torch/_inductor/codegen/aoti_runtime/
H A Dimplementation.cpp63 AtenTensorHandle* input_handles, in convert_handles_to_inputs_helper()
72 AtenTensorHandle* input_handles, in convert_handles_to_inputs()
H A Dinterface.cpp96 AtenTensorHandle* input_handles, // array of input AtenTensorHandle; handles in AOTInductorModelContainerRun()
306 AtenTensorHandle* input_handles, in AOTInductorModelRun()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
H A Dsharding_util_ops.cc316 std::vector<xla::XlaOp> input_handles; in CompileInternal() local
398 std::vector<xla::XlaOp>& input_handles, in GetInputsAndOutputShape()
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Dgraph_jni.cc213 jlongArray input_handles = env->NewLongArray(ninputs); in buildSubgraph() local
257 JNIEnv* env, jclass clazz, jlong handle, jlongArray input_handles, in Java_org_tensorflow_Graph_whileLoop()
H A Deager_operation_builder_jni.cc141 JNIEnv* env, jclass clazz, jlong op_handle, jlongArray input_handles) { in Java_org_tensorflow_EagerOperationBuilder_addInputList()
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runner/
H A Dmodel_container_runner.cpp101 auto input_handles = in run() local
/aosp_15_r20/external/ComputeLibrary/src/graph/detail/
H A DCrossLayerMemoryManagerHelpers.cpp56 …std::vector<std::pair<ITensorHandle *, IMemoryGroup *>> input_handles = {}; /**< Input handles to… member
/aosp_15_r20/external/pytorch/torch/csrc/inductor/aoti_runtime/
H A Dmodel_container.h73 input_handles, // array of input AtenTensorHandle; handles in run()
H A Dmodel.h133 input_handles, // array of input AtenTensorHandle; handles in run()
/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/kernels/xla/
H A Dhost_compute_ops.cc145 std::vector<xla::XlaOp> input_handles; in Compile() local
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dlist_ops.cc129 shape_inference::ShapeHandle input_handles; in __anon5e0c1ea50402() local
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dtfe_wrapper.cc440 std::vector<const TensorHandle*> input_handles; in InputTFE_OutputTensorHandles() local