Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TensorArrayGatherV3.pbtxt2 graph_op_name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_TensorArrayGatherV3.pbtxt2 graph_op_name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorArrayGatherV2.pbtxt4 summary: "Deprecated. Use TensorArrayGatherV3"
Dapi_def_TensorArrayGatherV3.pbtxt2 graph_op_name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTensorArrayGatherV3.pbtxt2 name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DTensorArrayGatherV3.pbtxt2 name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary55 TensorArrayGatherV3 8
Dopens2s_gnmt_mixed_precision.pbtxt.gz
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtensor_array_ops_decomposition.mlir81 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) : (tensor<!tf.resource>, tensor<2xi32>,…
95 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) {element_shape = #tf.shape<3>} : (tenso…
138 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) {element_shape = #tf.shape<*>} : (tenso…
161 …%gather = "tf.TensorArrayGatherV3"(%ta#0, %indices, %ta#1) {element_shape = #tf.shape<*>} : (tenso…
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md588 * `raw_ops.TensorArrayGatherV3`
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md247 `TensorArrayGatherV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
Dcpu_supported_ops.md250 `TensorArrayGatherV3` | `dtype={bool,complex64,double,float,int32,int64,uint32,uint…
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt54537 explanation: "Use TensorArrayGatherV3"
54573 explanation: "Use TensorArrayGatherV3"
54577 name: "TensorArrayGatherV3"
54740 explanation: "Use TensorArrayGatherV3 with RangeOp"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt4892 name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt4892 name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt37437 name: "TensorArrayGatherV3"
37469 name: "TensorArrayGatherV3"
Dops_history.v2.pbtxt82287 name: "TensorArrayGatherV3"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go7344 func TensorArrayGatherV3(scope *Scope, handle tf.Output, indices tf.Output, flow_in tf.Output, dtyp… func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td16010 def TF_TensorArrayGatherV3Op : TF_Op<"TensorArrayGatherV3", []> {