Home
last modified time | relevance | path

Searched refs:TensorListGetItem (Results 1 – 22 of 22) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorListGetItem.pbtxt2 graph_op_name: "TensorListGetItem"
Dapi_def_TensorGetItem.pbtxt2 graph_op_name: "TensorListGetItem"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_TensorListGetItem.pbtxt2 graph_op_name: "TensorListGetItem"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TensorListGetItem.pbtxt2 graph_op_name: "TensorListGetItem"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DTensorListGetItem.pbtxt2 name: "TensorListGetItem"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTensorListGetItem.pbtxt2 name: "TensorListGetItem"
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cu.cc56 TensorListGetItem<GPUDevice, T>) \
Dlist_kernels.h162 class TensorListGetItem : public OpKernel {
164 explicit TensorListGetItem(OpKernelConstruction* c) : OpKernel(c) { in TensorListGetItem() function
Dlist_kernels.cc574 TensorListGetItem<CPUDevice, T>) \
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlower-static-tensor-list.mlir28 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg1) : (tensor<!tf.variant<tensor<10xf32>>>, tensor<i32>,…
39 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg1) : (tensor<!tf.variant<tensor<*xf32>>>, tensor<i32>, …
153 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg0) : (tensor<!tf.variant<tensor<?x?x?xf32>>>, tensor<i3…
169 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg0) : (tensor<!tf.variant<tensor<*xf32>>>, tensor<i32>, …
181 …%1 = "tf.TensorListGetItem"(%0, %arg1, %cst) : (tensor<!tf.variant<tensor<?x7xf32>>>, tensor<i32>,…
215 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg0) : (tensor<!tf.variant<tensor<?x?x?xf32>>>, tensor<i3…
442 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg0) : (tensor<!tf.variant<tensor<?x?x?xf32>>>, tensor<i3…
446 // CHECK: %1 = "tf.TensorListGetItem"(%0, %arg2, %arg0) : (tensor<!tf.variant<tensor<?x?x?xf32>>>, …
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc711 Output tl1r1 = ops::TensorListGetItem(s.WithOpName("tl1r1"), tl1rs, idx2, in TEST_F()
719 ops::TensorListGetItem(s.WithOpName("tl1r2"), tl1w3.output_handle, idx3, in TEST_F()
726 ops::TensorListGetItem(s.WithOpName("tl2r1"), tl2w1.output_handle, idx1, in TEST_F()
1297 Output tl1r1 = ops::TensorListGetItem(s.WithOpName("tl1r1"), tl1rs, idx2, in TEST_F()
1305 ops::TensorListGetItem(s.WithOpName("tl1r2"), tl1w3.output_handle, idx3, in TEST_F()
1312 ops::TensorListGetItem(s.WithOpName("tl2r1"), tl2w1.output_handle, idx1, in TEST_F()
/external/tensorflow/tensorflow/compiler/mlir/xla/tests/
Dlegalize-tf-with-tf2xla.mlir26 // CHECK: tf.TensorListGetItem
27 …%1 = "tf.TensorListGetItem"(%0, %arg2, %arg0) : (tensor<!tf.variant<tensor<?x?x?xf32>>>, tensor<i3…
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dmark_ops_for_outside_compilation.mlir342 // CHECK: "tf.TensorListGetItem"
345 …"tf.TensorListGetItem"(%0, %arg1, %arg2) : (tensor<!tf.variant<tensor<*x!tf.string>>>, tensor<i32>…
Dtensor_list_ops_decomposition.mlir74 …%get = "tf.TensorListGetItem"(%set, %arg0, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tenso…
106 …%get = "tf.TensorListGetItem"(%tl, %arg0, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tensor…
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md618 * `raw_ops.TensorListGetItem`
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md2972 ### tf.TensorListGetItem
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt5016 name: "TensorListGetItem"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt5016 name: "TensorListGetItem"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go15955 func TensorListGetItem(scope *Scope, input_handle tf.Output, index tf.Output, element_shape tf.Outp… func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td16328 def TF_TensorListGetItemOp : TF_Op<"TensorListGetItem", [NoSideEffect]> {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt55569 name: "TensorListGetItem"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt83518 name: "TensorListGetItem"