Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/python_api/
H A Dapi_def_TensorArrayGatherV3.pbtxt2 graph_op_name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/java_api/
H A Dapi_def_TensorArrayGatherV3.pbtxt2 graph_op_name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/api_def/base_api/
H A Dapi_def_TensorArrayGatherV2.pbtxt4 summary: "Deprecated. Use TensorArrayGatherV3"
H A Dapi_def_TensorArrayGatherV3.pbtxt2 graph_op_name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
H A DTensorArrayGatherV3.pbtxt2 name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
H A DTensorArrayGatherV3.pbtxt2 name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/
H A Dfallback.mlir114 …{.*}}) cost({{.*}}) device("/job:localhost/replica:0/task:0/device:CPU:0") "tf.TensorArrayGatherV3"
117 …%result = "tf.TensorArrayGatherV3"(%handle, %indices, %flow_1) {device = "/job:localhost/replica:0…
H A Dfunc_use_fallback_tensor.mlir152 …%output_0 = "tf.TensorArrayGatherV3"(%handle_1, %indices, %res_0#3) {device = "/job:localhost/repl…
161 …%output_1 = "tf.TensorArrayGatherV3"(%handle_3, %indices, %res_1#3) {device = "/job:localhost/repl…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/tests/
H A Dopens2s_gnmt_mixed_precision.golden_summary54 TensorArrayGatherV3 8
HDopens2s_gnmt_mixed_precision.pbtxt.gz1node { 2 name: "global_step" 3 op: "VariableV2" 4 device: "/job:localhost/ ...
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
H A Dtensor_array_ops_decomposition.mlir81 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) : (tensor<!tf_type.resource>, tensor<2x…
95 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) {element_shape = #tf_type.shape<3>} : (…
138 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) {element_shape = #tf_type.shape<*>} : (…
161 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) {element_shape = #tf_type.shape<*>} : (…
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
H A Dgpu_supported_ops.md247 `TensorArrayGatherV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
H A Dcpu_supported_ops.md250 `TensorArrayGatherV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
/aosp_15_r20/external/tensorflow/tensorflow/lite/g3doc/guide/
H A Dop_select_allowlist.md644 * `raw_ops.TensorArrayGatherV3`
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/
H A Dops.pbtxt58405 explanation: "Use TensorArrayGatherV3"
58441 explanation: "Use TensorArrayGatherV3"
58445 name: "TensorArrayGatherV3"
58608 explanation: "Use TensorArrayGatherV3 with RangeOp"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v1/
H A Dtensorflow.raw_ops.pbtxt4972 name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/tools/api/golden/v2/
H A Dtensorflow.raw_ops.pbtxt4972 name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/core/ops/compat/
H A Dops_history.v0.pbtxt37437 name: "TensorArrayGatherV3"
37469 name: "TensorArrayGatherV3"
H A Dops_history.v2.pbtxt82262 name: "TensorArrayGatherV3"
/aosp_15_r20/external/tensorflow/tensorflow/go/op/
H A Dwrappers.go51006 func TensorArrayGatherV3(scope *Scope, handle tf.Output, indices tf.Output, flow_in tf.Output, dtyp… func
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
H A Dtf_generated_ops.td18036 def TF_TensorArrayGatherV3Op : TF_Op<"TensorArrayGatherV3", []> {