Home
last modified time | relevance | path

Searched refs:ConcatOffset (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_ConcatOffset.pbtxt2 graph_op_name: "ConcatOffset"
/external/tensorflow/tensorflow/core/api_def/python_api/
Dapi_def_ConcatOffset.pbtxt2 graph_op_name: "ConcatOffset"
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dconstant-fold.mlir180 …%offset:3 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1, %shape2) : (tensor<i32>, tensor<3xi32…
198 …%offset:4 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1, %shape2, %shape3) : (tensor<i32>, ten…
215 …%offset:3 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1, %shape2) : (tensor<i32>, tensor<3xi32…
226 // CHECK: tf.ConcatOffset
227 …%offset:2 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<i32>, tensor<3xi32>, tensor…
237 // CHECK: tf.ConcatOffset
238 …%offset:2 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<i32>, tensor<3xi32>, tensor…
249 // CHECK: tf.ConcatOffset
250 …%offset:2 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<i32>, tensor<3xi32>, tensor…
261 // CHECK: tf.ConcatOffset
[all …]
Dtf-ops.mlir3442 // expected-error @+1 {{'tf.ConcatOffset' op requires N to be at least 2, got 1}}
3443 %0 = "tf.ConcatOffset"(%concat_dim, %shape0) : (tensor<i32>, tensor<3xi32>) -> tensor<3xi32>
3450 …// expected-error @+1 {{'tf.ConcatOffset' op requires sizes of shapes and offsets to be the same, …
3451 …%0:3 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<i32>, tensor<3xi32>, tensor<3xi3…
3458 …// expected-error @+1 {{'tf.ConcatOffset' op requires concat_dim to be a scalar, got tensor of ran…
3459 …%0:2 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<1xi32>, tensor<3xi32>, tensor<3x…
3466 …// expected-error @+1 {{'tf.ConcatOffset' op requires operand and result 1 to have compatible shap…
3467 …%0:2 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<i32>, tensor<3xi32>, tensor<3xi3…
3474 …// expected-error @+1 {{'tf.ConcatOffset' op requires shape tensor operand 1 to be of rank 1, got …
3475 …%0:2 = "tf.ConcatOffset"(%concat_dim, %shape0, %shape1) : (tensor<i32>, tensor<3xi32>, tensor<3x3x…
[all …]
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DConcatOffset.pbtxt2 name: "ConcatOffset"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DConcatOffset.pbtxt2 name: "ConcatOffset"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ConcatOffset.pbtxt2 graph_op_name: "ConcatOffset"
/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary16 ConcatOffset 10
Dopens2s_gnmt_mixed_precision.pbtxt.gz
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md99 * `raw_ops.ConcatOffset`
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md47 `ConcatOffset` |
Dcpu_supported_ops.md47 `ConcatOffset` |
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1452 TEST_F(OpTest, ConcatOffset) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md1447 ### tf.ConcatOffset
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt820 name: "ConcatOffset"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt820 name: "ConcatOffset"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt7687 name: "ConcatOffset"
Dops_history.v2.pbtxt13404 name: "ConcatOffset"
/external/tensorflow/tensorflow/go/op/
Dwrappers.go2786 func ConcatOffset(scope *Scope, concat_dim tf.Output, shape []tf.Output) (offset []tf.Output) { func
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td2026 def TF_ConcatOffsetOp : TF_Op<"ConcatOffset", [NoSideEffect]> {
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt8211 name: "ConcatOffset"