Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/python/ops/
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
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
/external/ComputeLibrary/src/graph/
DWorkload.cpp51 auto input_handle = print_node->input(0)->handle(); in execute_task() local
/external/tensorflow/tensorflow/python/
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
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Deval_util.cc113 TFE_TensorHandle* input_handle = TFE_NewTensorHandle(tf_tensor, status); in EvaluateOperation() local
/external/ComputeLibrary/src/graph/detail/
DCrossLayerMemoryManagerHelpers.cpp218 for(auto &input_handle : task_handle.input_handles) in configure_handle_lifetime() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_service.proto92 repeated int64 input_handle = 2; field
/external/executorch/backends/arm/runtime/
DArmBackendEthosU.cpp110 DelegateHandle* input_handle, in execute()
/external/libbrillo/brillo/
Dprocess.cc288 int input_handle = HANDLE_EINTR( in ExecChildProcess() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
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
/external/tensorflow/tensorflow/compiler/tf2xla/ops/
Dxla_ops.cc1043 auto input_handle = c->input(0); in __anon5f0f96000f02() local
/external/tensorflow/tensorflow/java/src/main/native/
Deager_operation_builder_jni.cc129 JNIEnv* env, jclass clazz, jlong op_handle, jlong input_handle) { in Java_org_tensorflow_EagerOperationBuilder_addInput()
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/client/
Dtpu_client.cc580 for (auto* input_handle : this_core_arguments) { in ExecuteHelper() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc1603 auto* input_handle = remote_op->add_op_inputs()->mutable_remote_handle(); in EagerRemoteExecute() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3522 TFE_TensorHandle* input_handle = EagerTensor_Handle(py_eager_tensor.get()); local
3877 TFE_TensorHandle* input_handle = local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2289 auto* input_handle = in UpdateMerge() local
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h18777 struct input_handle { struct
18782 struct input_handler *handler; argument
18789 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/external/bcc/libbpf-tools/powerpc/
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
Dvmlinux.h32411 struct input_handle { struct
32416 struct input_handler *handler; argument
32423 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/external/bcc/libbpf-tools/loongarch/
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
Dvmlinux.h38351 struct input_handle { struct
38356 struct input_handler *handler; argument
38363 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/external/bcc/libbpf-tools/x86/
Dvmlinux.h87679 struct input_handle { struct
87684 struct input_handler *handler; argument
87691 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
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
/external/bcc/libbpf-tools/riscv/
Dvmlinux_602.h80894 struct input_handle { struct
80899 struct input_handler *handler; argument
80906 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument
/external/bcc/libbpf-tools/arm64/
Dvmlinux_608.h52757 struct input_handle { struct
52762 struct input_handler *handler; argument
52769 void (*event)(struct input_handle *, unsigned int, unsigned int, int); argument

12