Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dmap_ops.py34 def tensor_map_size(input_handle): argument
37 def tensor_map_insert(input_handle, key, value): argument
40 def tensor_map_lookup(input_handle, key, value_dtype): argument
43 def tensor_map_erase(input_handle, key, value_dtype): argument
46 def tensor_map_has_key(input_handle, key): argument
50 def tensor_map_stack_keys(input_handle, key_dtype): argument
Dlist_ops.py106 def tensor_list_get_item(input_handle, index, element_dtype, element_shape=None, argument
116 def tensor_list_pop_back(input_handle, element_dtype, name=None): argument
124 def tensor_list_gather(input_handle, argument
140 input_handle=None, argument
160 def tensor_list_stack(input_handle, argument
173 def tensor_list_concat(input_handle, element_dtype, element_shape=None, argument
193 def tensor_list_set_item(input_handle, argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/utils/
Deval_util.cc113 TFE_TensorHandle* input_handle = TFE_NewTensorHandle(tf_tensor, status); in EvaluateOperation() local
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlower_static_tensor_list.cc522 Value input_handle = operands[0]; in matchAndRewrite() local
566 Value input_handle = operands[0]; in matchAndRewrite() local
733 Value input_handle = operands[0]; in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/xla/python/tpu_driver/
Dtpu_service.proto92 repeated int64 input_handle = 2; field
/external/libbrillo/brillo/
Dprocess.cc249 int input_handle = in Start() local
/external/tensorflow/tensorflow/compiler/tf2xla/ops/
Dxla_ops.cc845 auto input_handle = c->input(0); in __anonbbc1c2d10c02() 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.cc569 for (auto* input_handle : this_core_arguments) { in ExecuteHelper() local
/external/tensorflow/tensorflow/core/common_runtime/eager/
Dexecute.cc895 auto* input_handle = remote_op->add_op_inputs()->mutable_remote_handle(); in EagerRemoteExecute() local
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3439 TFE_TensorHandle* input_handle = EagerTensor_Handle(py_eager_tensor.get()); local
3794 TFE_TensorHandle* input_handle = local
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc2245 auto* input_handle = in UpdateMerge() local