/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tensor_list_ops_decomposition.mlir | 25 …%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 …]
|
D | shape_inference.mlir | 490 …%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/ |
D | api_def_TensorListPushBack.pbtxt | 2 graph_op_name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_TensorListPushBack.pbtxt | 2 graph_op_name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | TensorListPushBack.pbtxt | 2 name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | TensorListPushBack.pbtxt | 2 name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/core/kernels/ |
D | list_kernels.cc | 172 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/ |
D | api_def_TensorListPushBack.pbtxt | 2 graph_op_name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | auto_mixed_precision_test.cc | 772 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/ |
D | tf2xla_util_test.cc | 445 ops::TensorListPushBack(scope.WithOpName("push"), input, element); in TEST()
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 621 * `raw_ops.TensorListPushBack`
|
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/ |
D | lower-static-tensor-list.mlir | 231 …%1 = "tf.TensorListPushBack"(%0, %arg2) : (tensor<!tf.variant<tensor<10xf32>>>, tensor<10xf32>) ->…
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 2980 ### tf.TensorListPushBack
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 5028 name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 5028 name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 25983 func TensorListPushBack(scope *Scope, input_handle tf.Output, tensor tf.Output) (output_handle tf.O… func
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 16388 def TF_TensorListPushBackOp : TF_Op<"TensorListPushBack", [NoSideEffect]> {
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 55626 name: "TensorListPushBack"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v2.pbtxt | 83575 name: "TensorListPushBack"
|