Home
last modified time | relevance | path

Searched refs:DynamicStitch (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/cc/gradients/
Ddata_flow_grad_test.cc30 using ops::DynamicStitch;
66 auto y = DynamicStitch(scope_, indices, data); in TEST_F()
Ddata_flow_grad.cc99 DynamicStitch(scope, partitioned_indices.outputs, grad_inputs); in DynamicPartitionGrad()
Dmath_grad.cc672 return DynamicStitch(scope, indices, data); in ReducedShapeHelper()
/external/tensorflow/tensorflow/core/api_def/java_api/
Dapi_def_DynamicStitch.pbtxt2 graph_op_name: "DynamicStitch"
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ParallelDynamicStitch.pbtxt30 DynamicStitch operator that defines the behavior in that case.
64 <img style="width:100%" src="https://www.tensorflow.org/images/DynamicStitch.png" alt>
Dapi_def_DynamicStitch.pbtxt2 graph_op_name: "DynamicStitch"
65 <img style="width:100%" src="https://www.tensorflow.org/images/DynamicStitch.png" alt>
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DDynamicStitch.pbtxt2 name: "DynamicStitch"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DDynamicStitch.pbtxt2 name: "DynamicStitch"
/external/tensorflow/tensorflow/core/ops/
Ddata_flow_ops_test.cc120 TEST(DataFlowOpsTest, DynamicStitch) { in TEST() argument
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dlower_tf.mlir611 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<2x2xf32>
632 …%0 = "tf.DynamicStitch"(%indices0, %indices1, %arg0, %arg1) : (tensor<i32>, tensor<2x2xi32>, tenso…
639 // CHECK-NOT: tf.DynamicStitch
642 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xui8>) -> tensor<2x2xui8>
656 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2xf32>) -> tensor<2xf32>
670 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2x2xf32>) -> tensor<2x2x2xf32>
676 // CHECK: tf.DynamicStitch
677 %0 = "tf.DynamicStitch"(%arg0, %arg1) : (tensor<*xi32>, tensor<*xf32>) -> tensor<*xf32>
690 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<1x2xf32>
Dtf-ops.mlir3352 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<2x2xf32>
3360 %0 = "tf.DynamicStitch"() : () -> (tensor<2x2xf32>)
3369 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<f32>
3378 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<2x2xf32>
3387 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<3x2xf32>) -> tensor<2x2xf32>
3398 …%0 = "tf.DynamicStitch"(%indices0, %indices1, %arg0, %arg1) : (tensor<i32>, tensor<2x2xi32>, tenso…
3407 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<2x2xf32>
3416 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<2xi32>, tensor<2x2xf32>) -> tensor<3x2xf32>
3424 %0 = "tf.DynamicStitch"(%arg0, %arg1) : (tensor<?x2xi32>, tensor<?x3x3xf32>) -> tensor<*xf32>
3435 …%0 = "tf.DynamicStitch"(%indices0, %indices1, %arg0, %arg1) : (tensor<i32>, tensor<i32>, tensor<?x…
Dconstant-fold.mlir635 %0 = "tf.DynamicStitch"(%indices, %arg0) : (tensor<0xi32>, tensor<0x2xf32>) -> tensor<0x2xf32>
/external/tensorflow/tensorflow/compiler/jit/tests/
Dopens2s_gnmt_mixed_precision.golden_summary219 DynamicStitch 1
Dopens2s_gnmt_mixed_precision.pbtxt.gz
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dop_select_allowlist.md154 * `raw_ops.DynamicStitch`
/external/tensorflow/tensorflow/compiler/tf2xla/g3doc/
Dgpu_supported_ops.md70 `DynamicStitch` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
Dcpu_supported_ops.md70 `DynamicStitch` | `T={bool,complex64,double,float,int32,int64,uint32,uint64}`
/external/tensorflow/tensorflow/lite/toco/
Dtooling_util.cc425 HANDLE_OPERATORTYPENAME_CASE(DynamicStitch) in OperatorTypeName()
/external/tensorflow/tensorflow/core/common_runtime/
Dfunction_test.cc1938 auto y_shape = ops::DynamicStitch( in TEST_F()
/external/tensorflow/tensorflow/compiler/tests/
Drandomized_tests.cc1894 TEST_F(OpTest, DynamicStitch) { in TEST_F() argument
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md1617 ### tf.DynamicStitch
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_generated_ops.td3470 def TF_DynamicStitchOp : TF_Op<"DynamicStitch", [NoSideEffect, SameVariadicOperandSize]> {
3536 <img style="width:100%" src="https://www.tensorflow.org/images/DynamicStitch.png" alt>
9441 DynamicStitch operator that defines the behavior in that case.
9475 <img style="width:100%" src="https://www.tensorflow.org/images/DynamicStitch.png" alt>
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.raw_ops.pbtxt1284 name: "DynamicStitch"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt1284 name: "DynamicStitch"
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v0.pbtxt10860 name: "DynamicStitch"
10887 name: "DynamicStitch"

12