Home
last modified time | relevance | path

Searched defs:input_handle (Results 1 – 25 of 29) sorted by relevance

12

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dmap_ops.py30 def tensor_map_size(input_handle): argument
33 def tensor_map_insert(input_handle, key, value): argument
36 def tensor_map_lookup(input_handle, key, value_dtype): argument
39 def tensor_map_erase(input_handle, key, value_dtype): argument
42 def tensor_map_has_key(input_handle, key): argument
46 def tensor_map_stack_keys(input_handle, key_dtype): argument
H A Dlist_ops.py103 def tensor_list_get_item(input_handle, index, element_dtype, element_shape=None, argument
113 def tensor_list_pop_back(input_handle, element_dtype, name=None): argument
121 def tensor_list_gather(input_handle, argument
137 input_handle=None, argument
157 def tensor_list_stack(input_handle, argument
170 def tensor_list_concat(input_handle, element_dtype, element_shape=None, argument
190 def tensor_list_set_item(input_handle, argument
/aosp_15_r20/external/tensorflow/tensorflow/python/
H A Dpywrap_dtensor_device.cc270 TFE_TensorHandle* input_handle = EagerTensor_Handle(dtensor_handle.ptr()); in PYBIND11_MODULE() local
309 TFE_TensorHandle* input_handle = EagerTensor_Handle(dtensor_handle.ptr()); in PYBIND11_MODULE() local
/aosp_15_r20/external/ComputeLibrary/src/graph/
H A DWorkload.cpp51 auto input_handle = print_node->input(0)->handle(); in execute_task() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
H A Dlower_static_tensor_list.cc680 Value input_handle = adaptor.getOperands()[0]; in matchAndRewrite() local
721 Value input_handle = adaptor.getOperands()[0]; in matchAndRewrite() local
896 Value input_handle = adaptor.getOperands()[0]; in matchAndRewrite() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
H A Deval_util.cc113 TFE_TensorHandle* input_handle = TFE_NewTensorHandle(tf_tensor, status); in EvaluateOperation() local
/aosp_15_r20/external/ComputeLibrary/src/graph/detail/
H A DCrossLayerMemoryManagerHelpers.cpp218 for(auto &input_handle : task_handle.input_handles) in configure_handle_lifetime() local
/aosp_15_r20/external/executorch/backends/arm/runtime/
H A DArmBackendEthosU.cpp110 DelegateHandle* input_handle, in execute()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
H A Dtpu_service.proto92 repeated int64 input_handle = 2; field
/aosp_15_r20/external/libbrillo/brillo/
H A Dprocess.cc288 int input_handle = HANDLE_EINTR( in ExecChildProcess() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/ops/
H A Dxla_ops.cc1043 auto input_handle = c->input(0); in __anon6b9e6b800f02() local
/aosp_15_r20/external/tensorflow/tensorflow/java/src/main/native/
H A Deager_operation_builder_jni.cc129 JNIEnv* env, jclass clazz, jlong op_handle, jlong input_handle) { in Java_org_tensorflow_EagerOperationBuilder_addInput()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
H A Dtpu_client.cc580 for (auto* input_handle : this_core_arguments) { in ExecuteHelper() local
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dexecute.cc1603 auto* input_handle = remote_op->add_op_inputs()->mutable_remote_handle(); in EagerRemoteExecute() local
/aosp_15_r20/external/tensorflow/tensorflow/python/eager/
H A Dpywrap_tfe_src.cc3522 TFE_TensorHandle* input_handle = EagerTensor_Handle(py_eager_tensor.get()); local
3877 TFE_TensorHandle* input_handle = local
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/costs/
H A Dgraph_properties.cc2289 auto* input_handle = in UpdateMerge() local
/aosp_15_r20/external/libbpf/.github/actions/build-selftests/
H A Dvmlinux.h18777 struct input_handle { struct
18782 struct input_handler *handler; argument
18789 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/aosp_15_r20/external/bcc/libbpf-tools/powerpc/
H A Dvmlinux.h32411 struct input_handle { struct
32416 struct input_handler *handler; argument
32423 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
H A Dvmlinux_600.h32411 struct input_handle { struct
32416 struct input_handler *handler; argument
32423 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/aosp_15_r20/external/bcc/libbpf-tools/loongarch/
H A Dvmlinux.h38351 struct input_handle { struct
38356 struct input_handler *handler; argument
38363 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
H A Dvmlinux_602.h38351 struct input_handle { struct
38356 struct input_handler *handler; argument
38363 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/arm64/
H A Dvmlinux.h74158 struct input_handle { struct
74163 struct input_handler *handler; argument
74164 struct list_head d_node;
74165 struct list_head h_node;
74166 u64 android_kabi_reserved1;
/aosp_15_r20/external/bcc/libbpf-tools/x86/
H A Dvmlinux.h87679 struct input_handle { struct
87684 struct input_handler *handler; argument
87691 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
H A Dvmlinux_518.h87679 struct input_handle { struct
87684 struct input_handler *handler; argument
87691 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/aosp_15_r20/system/bpf/include/vmlinux/android15_6.6/x86_64/
H A Dvmlinux.h82477 struct input_handle { struct
82482 struct input_handler *handler; argument
82492 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument

12