Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtensor_list_ops_decomposition.mlir25 …%push = "tf.TensorListPushBack"(%id, %elem) : (tensor<!tf.variant<tensor<f32>>>, tensor<f32>) -> t…
187 // CHECK-NOT: "tf.TensorListPushBack"
191 // CHECK-NOT: "tf.TensorListPushBack"
192 …%push = "tf.TensorListPushBack"(%arg0, %elem) : (tensor<!tf.variant<tensor<f32>>>, tensor<f32>) ->…
223 // CHECK-NOT: "tf.TensorListPushBack"
227 // CHECK-NOT: "tf.TensorListPushBack"
228 …%push = "tf.TensorListPushBack"(%arg0, %elem) : (tensor<!tf.variant<tensor<f32>>>, tensor<f32>) ->…
270 // CHECK-NOT: "tf.TensorListPushBack"
274 // CHECK-NOT: "tf.TensorListPushBack"
275 …%push = "tf.TensorListPushBack"(%arg0, %elem) : (tensor<!tf.variant<tensor<f32>>>, tensor<f32>) ->…
[all …]
Dshape_inference.mlir490 …%tl_1 = "tf.TensorListPushBack"(%tl_0, %elem) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16x1…
491 …%tl_2 = "tf.TensorListPushBack"(%tl_1, %elem) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16x1…
505 …%tl_1 = "tf.TensorListPushBack"(%tl_0, %elem_0) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16…
506 …%tl_2 = "tf.TensorListPushBack"(%tl_1, %elem_1) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<8x…
519 …%tl_1 = "tf.TensorListPushBack"(%tl_0, %elem_0) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16…
520 …%tl_2 = "tf.TensorListPushBack"(%tl_1, %elem_1) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<?x…
533 …%tl_1 = "tf.TensorListPushBack"(%tl_0, %elem_0) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16…
547 …%tl_1 = "tf.TensorListPushBack"(%tl_0, %elem_0) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16…
548 …%tl_2 = "tf.TensorListPushBack"(%tl_1, %elem_0) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16…
563 …%tl_1 = "tf.TensorListPushBack"(%tl_0, %elem_0) : (tensor<!tf.variant<tensor<?x1xf32>>>, tensor<16…
[all …]
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_TensorListPushBack.pbtxt2 graph_op_name: "TensorListPushBack"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_TensorListPushBack.pbtxt2 graph_op_name: "TensorListPushBack"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DTensorListPushBack.pbtxt2 name: "TensorListPushBack"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DTensorListPushBack.pbtxt2 name: "TensorListPushBack"
/external/tensorflow/tensorflow/core/kernels/
Dlist_kernels.cc172 class TensorListPushBack : public OpKernel { class
174 explicit TensorListPushBack(OpKernelConstruction* c) : OpKernel(c) { in TensorListPushBack() function in tensorflow::TensorListPushBack
178 ~TensorListPushBack() override {} in ~TensorListPushBack()
220 TensorListPushBack);
225 TensorListPushBack);
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_TensorListPushBack.pbtxt2 graph_op_name: "TensorListPushBack"
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dauto_mixed_precision_test.cc772 ops::TensorListPushBack(s.WithOpName("tl1w1"), tl1.handle, input); in TEST_F()
774 auto tl1w2 = ops::TensorListPushBack(s.WithOpName("tl1w2"), in TEST_F()
782 ops::TensorListPushBack(s.WithOpName("tl1w3"), tl1.handle, allow2); in TEST_F()
788 ops::TensorListPushBack(s.WithOpName("tl2w1"), tl2.handle, input); in TEST_F()
847 ops::TensorListPushBack(s.WithOpName("tl2w1"), tl2.output_handle, input); in TEST_F()
973 ops::TensorListPushBack(s.WithOpName("tl1w1"), tl1.handle, infer1); in TEST_F()
988 ops::TensorListPushBack(s.WithOpName("tl2w1"), tl2.handle, infer1); in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dtf2xla_util_test.cc445 ops::TensorListPushBack(scope.WithOpName("push"), input, element); in TEST()
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md621 * `raw_ops.TensorListPushBack`
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dlower-static-tensor-list.mlir231 …%1 = "tf.TensorListPushBack"(%0, %arg2) : (tensor<!tf.variant<tensor<10xf32>>>, tensor<10xf32>) ->…
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md2980 ### tf.TensorListPushBack
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt5028 name: "TensorListPushBack"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt5028 name: "TensorListPushBack"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go25983 func TensorListPushBack(scope *Scope, input_handle tf.Output, tensor tf.Output) (output_handle tf.O… func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td16388 def TF_TensorListPushBackOp : TF_Op<"TensorListPushBack", [NoSideEffect]> {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt55626 name: "TensorListPushBack"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt83575 name: "TensorListPushBack"