Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
H A Dtensor_array_ops_decomposition.mlir22 …%write = "tf.TensorArrayWriteV3"(%ta#0, %index, %value, %ta#1) : (tensor<!tf_type.resource>, tenso…
48 …%write = "tf.TensorArrayWriteV3"(%ta#0, %index, %value, %ta#1) : (tensor<!tf_type.resource>, tenso…
218 …%write1 = "tf.TensorArrayWriteV3"(%grad1#0, %index, %value, %grad1#1) : (tensor<!tf_type.resource>…
225 …%write2 = "tf.TensorArrayWriteV3"(%grad2#0, %index, %value, %grad2#1) : (tensor<!tf_type.resource>…
232 …%write3 = "tf.TensorArrayWriteV3"(%grad3#0, %index, %value, %grad3#1) : (tensor<!tf_type.resource>…
269 …%write = "tf.TensorArrayWriteV3"(%arg0, %sub, %elem, %flow) : (tensor<!tf_type.resource>, tensor<i…
274 …%gwrite = "tf.TensorArrayWriteV3"(%grad#0, %sub, %elem, %grad#1) : (tensor<!tf_type.resource>, ten…
313 …%gwrite = "tf.TensorArrayWriteV3"(%grad#0, %const, %elem, %grad#1) : (tensor<!tf_type.resource>, t…
325 …%gwrite = "tf.TensorArrayWriteV3"(%grad#0, %const1, %elem, %grad#1) : (tensor<!tf_type.resource>, …
339 …%gwrite = "tf.TensorArrayWriteV3"(%grad#0, %const1, %elem, %grad#1) : (tensor<!tf_type.resource>, …
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/
H A Dapi_def_TensorArrayWriteV3.pbtxt2 graph_op_name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/java_api/
H A Dapi_def_TensorArrayWriteV3.pbtxt2 graph_op_name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
H A DTensorArrayWriteV3.pbtxt2 name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DTensorArrayWriteV3.pbtxt2 name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_TensorArrayWriteV3.pbtxt2 graph_op_name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/
H A Dfallback.mlir113 …{{.*}}) cost({{.*}}) device("/job:localhost/replica:0/task:0/device:CPU:0") "tf.TensorArrayWriteV3"
116 …%flow_1 = "tf.TensorArrayWriteV3"(%handle, %index, %value, %flow) {device = "/job:localhost/replic…
H A Dfunc_use_fallback_tensor.mlir135 …%flow_1_out = "tf.TensorArrayWriteV3"(%handle_1, %index, %y, %flow_1) {device = "/job:localhost/re…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/analysis/
H A Dtensor_array_side_effect_analysis.mlir10 …%flow_1_out = "tf.TensorArrayWriteV3"(%handle_1, %index, %y, %flow_1) {device = "/job:localhost/re…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/
H A Dopens2s_gnmt_mixed_precision.golden_summary60 TensorArrayWriteV3 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.md254 `TensorArrayWriteV3` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
H A Dcpu_supported_ops.md257 `TensorArrayWriteV3` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dop_select_allowlist.md667 * `raw_ops.TensorArrayWriteV3`
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.raw_ops.pbtxt5064 name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.raw_ops.pbtxt5064 name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dops.pbtxt59091 explanation: "Use TensorArrayWriteV3"
59122 explanation: "Use TensorArrayWriteV3"
59126 name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/
H A Dops_history.v0.pbtxt38897 name: "TensorArrayWriteV3"
38924 name: "TensorArrayWriteV3"
H A Dops_history.v2.pbtxt83163 name: "TensorArrayWriteV3"
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go51511 func TensorArrayWriteV3(scope *Scope, handle tf.Output, index tf.Output, value tf.Output, flow_in t… func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_generated_ops.td18234 def TF_TensorArrayWriteV3Op : TF_Op<"TensorArrayWriteV3", []> {