Home
last modified time | relevance | path

Searched refs:ConcatV2 (Results 1 – 25 of 45) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary17 ConcatV2 2
88 ConcatV2 1
113 ConcatV2 2
140 ConcatV2 2
183 ConcatV2 16
217 ConcatV2 14
238 ConcatV2 1
253 ConcatV2 1
266 ConcatV2 2
278 ConcatV2 1
[all …]
/external/tensorflow/tensorflow/core/grappler/costs/graph_properties_testdata/
Dmerge_without_loops.pbtxt174 op: "ConcatV2"
241 op: "ConcatV2"
305 op: "ConcatV2"
Dqueues_and_loops.pbtxt415 op: "ConcatV2"
544 op: "ConcatV2"
Dnested_loop.pbtxt522 op: "ConcatV2"
647 op: "ConcatV2"
Dloops_and_queues.pbtxt357 op: "ConcatV2"
675 op: "ConcatV2"
Dwhile_loop.pbtxt298 op: "ConcatV2"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_ConcatV2.pbtxt2 graph_op_name: "ConcatV2"
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_ConcatV2.pbtxt2 graph_op_name: "ConcatV2"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DConcatV2.pbtxt2 name: "ConcatV2"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DConcatV2.pbtxt2 name: "ConcatV2"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlower_tf.mlir33 …// CHECK: "tf.ConcatV2"(%[[INP0]], %[[INP1]], %[[AXIS]]) : (tensor<1x3x5xf32>, tensor<1x3x5xf32>, …
153 …// CHECK: "tf.ConcatV2"(%[[INP0]], %[[INP1]], %[[AXIS]]) : (tensor<?x1x5xf32>, tensor<*xf32>, tens…
255 // CHECK-DAG: [[FULL_PADDINGS:%.+]] = "tf.ConcatV2"([[PAD00]], %arg2, [[PAD00]], [[ZERO_I64]])
266 …// CHECK-DAG: [[RESHAPED_SHAPE:%.+]] = "tf.ConcatV2"([[PADDED_SHAPE_SPLITS]]#0, [[OUTER_SHAPE_0]],…
270 …// CHECK-DAG: [[OUTPUT_SHAPE:%.+]] = "tf.ConcatV2"([[OUTPUT_BATCH]], [[OUTER_SHAPE_0]], [[OUTER_SH…
317 …// CHECK-DAG: [[FULL_PADDINGS:%.+]] = "tf.ConcatV2"([[PAD00]], %arg2, [[PAD00]], [[PAD00]], {{.+}})
324 …// CHECK-DAG: [[RESHAPED_SHAPE:%.+]] = "tf.ConcatV2"([[PADDED_SHAPE_SPLITS]]#0, [[OUTER_SHAPE_0]],…
329 …// CHECK-DAG: [[OUTPUT_SHAPE:%.+]] = "tf.ConcatV2"([[OUTPUT_BATCH]], [[OUTER_SHAPE_0]], [[OUTER_SH…
607 …// CHECK: %[[RESULT:.*]] = "tf.ConcatV2"(%[[ITEMS_1]], %[[ITEMS_0]], %[[AXIS]]) : (tensor<1x2xf32>…
628 …// CHECK-DAG: "tf.ConcatV2"(%[[ITEMS1_3]], %[[ITEMS1_2]], %[[ITEMS1_1]], %[[ITEMS1_0]], %[[ITEMS0_…
[all …]
Dcanonicalize.mlir155 // CHECK: "tf.ConcatV2"(%arg0, %arg1, %[[AXIS]])
163 // CHECK: %[[CONCAT:.*]] = "tf.ConcatV2"(%arg0, %arg1, %arg2)
168 …%2 = "tf.ConcatV2"(%0, %1, %arg2) : (tensor<?x1xf32>, tensor<?x1xf32>, tensor<i32>) -> tensor<?x2x…
180 // CHECK: %[[ADD_LHS_CONCAT:.*]] = "tf.ConcatV2"(%arg2, %arg3, %[[RHS_AXIS]])
181 // CHECK: %[[MUL_LHS_CONCAT:.*]] = "tf.ConcatV2"(%arg0, %arg1, %[[LHS_AXIS]])
182 // CHECK: %[[MUL_RHS_CONCAT:.*]] = "tf.ConcatV2"(%arg2, %arg3, %[[RHS_AXIS]])
197 …%5 = "tf.ConcatV2"(%3, %4, %0) : (tensor<?x1xf32>, tensor<?x1xf32>, tensor<i32>) -> tensor<?x2xf32>
208 // CHECK: "tf.ConcatV2"(%1, %2, %0)
212 …%3 = "tf.ConcatV2"(%1, %2, %0) : (tensor<?x2xf32>, tensor<?x2xf32>, tensor<i32>) -> tensor<?x4xf32>
224 %3 = "tf.ConcatV2"(%1, %2, %0) : (tensor<f32>, tensor<f32>, tensor<i32>) -> tensor<2xf32>
[all …]
Dtf-ops.mlir2562 // Test valid tf.ConcatV2
2564 …%0 = "tf.ConcatV2"(%arg, %arg, %axis) : (tensor<8x16xf32>, tensor<8x16xf32>, tensor<i32>) -> tenso…
2570 // tf.ConcatV2 with wrong 'axis' element type
2573 …%0 = "tf.ConcatV2"(%arg, %arg, %axis) : (tensor<8x16xf32>, tensor<8x16xf32>, tensor<f32>) -> tenso…
2579 // tf.ConcatV2 missing required 'axis' operand
2582 %0 = "tf.ConcatV2"() : () -> tensor<?xf32>
2653 …%0 = "tf.ConcatV2"(%arg, %arg, %axis) : (tensor<8x16xf32>, tensor<8x16xf32>, tensor<1x1xi32>) -> t…
2669 …%0 = "tf.ConcatV2"(%arg0, %arg1, %axis) : (tensor<8x16xf32>, tensor<8xf32>, tensor<i32>) -> tensor…
2677 …%0 = "tf.ConcatV2"(%arg0, %arg1, %axis) : (tensor<8x16xf32>, tensor<8x8xf32>, tensor<i32>) -> tens…
2685 …%0 = "tf.ConcatV2"(%arg0, %arg1, %axis) : (tensor<8x16xf32>, tensor<16x8xf32>, tensor<i32>) -> ten…
[all …]
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ConcatV2.pbtxt2 graph_op_name: "ConcatV2"
/external/tensorflow/tensorflow/compiler/mlir/lite/tests/
Dfuse-tftext.mlir36 …%32 = "tf.ConcatV2"(%29#0, %31, %14) {device = ""} : (tensor<2xi64>, tensor<1xi64>, tensor<i32>) -…
38 …%34 = "tf.ConcatV2"(%33, %22, %14) {device = ""} : (tensor<?xi64>, tensor<1xi64>, tensor<i32>) -> …
186 …%182 = "tf.ConcatV2"(%117, %181, %119, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<…
205 …%201 = "tf.ConcatV2"(%9, %200, %9, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<0xi3…
220 …%216 = "tf.ConcatV2"(%11, %215, %3) {device = ""} : (tensor<1xi64>, tensor<?xi64>, tensor<i32>) ->…
238 …%234 = "tf.ConcatV2"(%9, %233, %9, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<0xi3…
267 …%263 = "tf.ConcatV2"(%260, %258, %262, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<…
290 …%286 = "tf.ConcatV2"(%283, %281, %285, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<…
303 …%299 = "tf.ConcatV2"(%1, %298, %12, %14) {device = ""} : (tensor<0xi64>, tensor<1xi64>, tensor<1xi…
329 …%325 = "tf.ConcatV2"(%157, %324, %159, %14) {device = ""} : (tensor<0xi32>, tensor<1xi32>, tensor<…
[all …]
/external/tensorflow/tensorflow/core/graph/
Dtestlib.h197 Node* ConcatV2(Graph* g, gtl::ArraySlice<Node*> tensors, Node* concat_dim);
Dtestlib.cc372 Node* ConcatV2(Graph* g, gtl::ArraySlice<Node*> tensors, Node* concat_dim) { in ConcatV2() function
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dadvise.md45 top 3 operation type: ConcatV2, cpu: 357.83ms, accelerator: 31.80ms, total: 389.63ms (7.61%)
Dprofile_time.md124 ConcatV2 203.88ms (34.01%, 5.44%), 6098
/external/tensorflow/tensorflow/compiler/mlir/tosa/tests/
Dtf-to-tosa-pipeline.mlir119 …%3 = "tf.ConcatV2"(%arg0, %arg1, %2) : (tensor<13x21x3xf32>, tensor<13x21x3xf32>, tensor<i32>) -…
519 …%3 = "tf.ConcatV2"(%arg0, %arg1, %arg2, %arg3, %2) : (tensor<13x21x3xf32>, tensor<13x21x3xf32>, …
/external/tensorflow/tensorflow/compiler/tests/
Dlstm_layer_inference.pbtxt2580 op: "ConcatV2"
3234 op: "ConcatV2"
3888 op: "ConcatV2"
4542 op: "ConcatV2"
5196 op: "ConcatV2"
/external/tensorflow/tensorflow/compiler/mlir/lite/transforms/
Dlegalize_tf.cc144 DECL_CONVERT_OP(ConcatV2);
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md100 * `raw_ops.ConcatV2`
/external/tensorflow/tensorflow/core/grappler/costs/
Dvirtual_scheduler_test.cc1463 op: "ConcatV2" in CreateGrapplerItemWithLoop()
1991 op: "ConcatV2" in CreateGrapplerItemWithLoopAnnotated()
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md48 `ConcatV2` | `Tidx={int32}`<br>`T={bool,complex64,double,float,int32,int…

12