Home
last modified time | relevance | path

Searched refs:TensorListPopBack (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtensor_list_ops_decomposition.mlir33 …%pop:2 = "tf.TensorListPopBack"(%push, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tensor<0x…
175 …%pop:2 = "tf.TensorListPopBack"(%1#0, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tensor<0xi…
176 // CHECK-NOT: tf.TensorListPopBack
215 …%pop:2 = "tf.TensorListPopBack"(%if_op, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tensor<0…
216 // CHECK-NOT: tf.TensorListPopBack
235 // CHECK-NOT: "tf.TensorListPopBack"
243 // CHECK-NOT: "tf.TensorListPopBack"
244 …%pop:2 = "tf.TensorListPopBack"(%arg0, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tensor<0x…
262 …%pop:2 = "tf.TensorListPopBack"(%case_op, %elem_shape) : (tensor<!tf.variant<tensor<f32>>>, tensor…
263 // CHECK-NOT: tf.TensorListPopBack
[all …]
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cu.cc61 TensorListPopBack<GPUDevice, T>) \
119 TensorListPopBack<GPUDevice, Variant>)
Dlist_kernels.h227 class TensorListPopBack : public OpKernel {
229 explicit TensorListPopBack(OpKernelConstruction* c) : OpKernel(c) { in TensorListPopBack() function
Dlist_kernels.cc578 TensorListPopBack<CPUDevice, T>) \
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_TensorListPopBack.pbtxt2 graph_op_name: "TensorListPopBack"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TensorListPopBack.pbtxt2 graph_op_name: "TensorListPopBack"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTensorListPopBack.pbtxt2 name: "TensorListPopBack"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DTensorListPopBack.pbtxt2 name: "TensorListPopBack"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorListPopBack.pbtxt2 graph_op_name: "TensorListPopBack"
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc776 Output tl1r1 = ops::TensorListPopBack(s.WithOpName("tl1r1"), in TEST_F()
783 Output tl1r2 = ops::TensorListPopBack(s.WithOpName("tl1r2"), in TEST_F()
789 Output tl2r1 = ops::TensorListPopBack(s.WithOpName("tl2r1"), in TEST_F()
903 ops::TensorListPopBack(s.WithOpName("tl3r1"), tl3, shape, DT_FLOAT) in TEST_F()
983 Output tl1r1 = ops::TensorListPopBack(s.WithOpName("tl1r1"), func1_handle, in TEST_F()
989 Output tl2r1 = ops::TensorListPopBack(s.WithOpName("tl2r1"), in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc459 ops::TensorListPopBack(scope.WithOpName("pop"), input, shape, DT_INT32); in TEST()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md620 * `raw_ops.TensorListPopBack`
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt5024 name: "TensorListPopBack"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt5024 name: "TensorListPopBack"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go21115 func TensorListPopBack(scope *Scope, input_handle tf.Output, element_shape tf.Output, element_dtype… func
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt55603 name: "TensorListPopBack"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td16361 def TF_TensorListPopBackOp : TF_Op<"TensorListPopBack", [NoSideEffect]> {
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt83552 name: "TensorListPopBack"