Home
last modified time | relevance | path

Searched refs:TensorArrayReadV3 (Results 1 – 21 of 21) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
H A Dtensor_array_ops_decomposition.mlir27 …%read = "tf.TensorArrayReadV3"(%ta#0, %index, %write) : (tensor<!tf_type.resource>, tensor<i32>, t…
255 …%read = "tf.TensorArrayReadV3"(%1#0, %index, %ta#1) : (tensor<!tf_type.resource>, tensor<i32>, ten…
306 …%read = "tf.TensorArrayReadV3"(%1, %index, %ta#1) : (tensor<!tf_type.resource>, tensor<i32>, tenso…
388 …%read = "tf.TensorArrayReadV3"(%ta#0, %index, %while#0) : (tensor<!tf_type.resource>, tensor<i32>,…
409 // CHECK-NOT: tf.TensorArrayReadV3
411 …%read = "tf.TensorArrayReadV3"(%ta#0, %idx, %ta#1) : (tensor<!tf_type.resource>, tensor<i32>, tens…
426 // CHECK-NOT: tf.TensorArrayReadV3
427 …%read_val = "tf.TensorArrayReadV3"(%ta#0, %idx, %case_op) : (tensor<!tf_type.resource>, tensor<i32…
459 …%read = "tf.TensorArrayReadV3"(%call2, %index, %ta#1) : (tensor<!tf_type.resource>, tensor<i32>, t…
509 …%read = "tf.TensorArrayReadV3"(%call2, %index, %ta#1) : (tensor<!tf_type.resource>, tensor<i32>, t…
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/
H A Dapi_def_TensorArrayReadV3.pbtxt2 graph_op_name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/java_api/
H A Dapi_def_TensorArrayReadV3.pbtxt2 graph_op_name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_TensorArrayReadV2.pbtxt4 summary: "Deprecated. Use TensorArrayReadV3"
H A Dapi_def_TensorArrayReadV3.pbtxt2 graph_op_name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DTensorArrayReadV3.pbtxt2 name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
H A DTensorArrayReadV3.pbtxt2 name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/analysis/
H A Dtensor_array_side_effect_analysis.mlir8 …%x = "tf.TensorArrayReadV3"(%handle_0, %index, %flow_0) {device = "/job:localhost/replica:0/task:0…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/
H A Dopens2s_gnmt_mixed_precision.golden_summary56 TensorArrayReadV3 9
HDopens2s_gnmt_mixed_precision.pbtxt.gz1node { 2 name: "global_step" 3 op: "VariableV2" 4 device: "/job:localhost/ ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
H A Dgpu_supported_ops.md249 `TensorArrayReadV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
H A Dcpu_supported_ops.md252 `TensorArrayReadV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/
H A Dfunc_use_fallback_tensor.mlir133 …%x = "tf.TensorArrayReadV3"(%handle_0, %index, %flow_0) {device = "/job:localhost/replica:0/task:0…
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dop_select_allowlist.md652 * `raw_ops.TensorArrayReadV3`
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.raw_ops.pbtxt5004 name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.raw_ops.pbtxt5004 name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dops.pbtxt58636 explanation: "Use TensorArrayReadV3"
58663 explanation: "Use TensorArrayReadV3"
58667 name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/
H A Dops_history.v0.pbtxt37860 name: "TensorArrayReadV3"
37883 name: "TensorArrayReadV3"
H A Dops_history.v2.pbtxt82522 name: "TensorArrayReadV3"
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go51170 func TensorArrayReadV3(scope *Scope, handle tf.Output, index tf.Output, flow_in tf.Output, dtype tf… func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_generated_ops.td18118 def TF_TensorArrayReadV3Op : TF_Op<"TensorArrayReadV3", []> {