Searched refs:ConcatOffset (Results 1 – 21 of 21) sorted by relevance
/external/tensorflow/tensorflow/core/api_def/java_api/ |
D | api_def_ConcatOffset.pbtxt | 2 graph_op_name: "ConcatOffset"
|
/external/tensorflow/tensorflow/core/api_def/python_api/ |
D | api_def_ConcatOffset.pbtxt | 2 graph_op_name: "ConcatOffset"
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | constant-fold.mlir | 180 …%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 …]
|
D | tf-ops.mlir | 3442 // 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/ |
D | ConcatOffset.pbtxt | 2 name: "ConcatOffset"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | ConcatOffset.pbtxt | 2 name: "ConcatOffset"
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_ConcatOffset.pbtxt | 2 graph_op_name: "ConcatOffset"
|
/external/tensorflow/tensorflow/compiler/jit/tests/ |
D | opens2s_gnmt_mixed_precision.golden_summary | 16 ConcatOffset 10
|
D | opens2s_gnmt_mixed_precision.pbtxt.gz |
|
/external/tensorflow/tensorflow/lite/g3doc/guide/ |
D | op_select_allowlist.md | 99 * `raw_ops.ConcatOffset`
|
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/ |
D | gpu_supported_ops.md | 47 `ConcatOffset` |
|
D | cpu_supported_ops.md | 47 `ConcatOffset` |
|
/external/tensorflow/tensorflow/compiler/tests/ |
D | randomized_tests.cc | 1452 TEST_F(OpTest, ConcatOffset) { in TEST_F() argument
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 1447 ### tf.ConcatOffset
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.raw_ops.pbtxt | 820 name: "ConcatOffset"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.raw_ops.pbtxt | 820 name: "ConcatOffset"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 7687 name: "ConcatOffset"
|
D | ops_history.v2.pbtxt | 13404 name: "ConcatOffset"
|
/external/tensorflow/tensorflow/go/op/ |
D | wrappers.go | 2786 func ConcatOffset(scope *Scope, concat_dim tf.Output, shape []tf.Output) (offset []tf.Output) { func
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_generated_ops.td | 2026 def TF_ConcatOffsetOp : TF_Op<"ConcatOffset", [NoSideEffect]> {
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 8211 name: "ConcatOffset"
|