Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 50 of 6,297 for SAME (0.1 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_identity_pruning.mlir

    // Tests transitive Identity ops reachable from the cluster are pruned away.
    
    // CHECK-LABEL: func @testTransitiveIdentity
    // CHECK-SAME: ([[ARG0:%.*]]: tensor<i32>)
    func.func @testTransitiveIdentity(%arg0: tensor<i32>) {
      // CHECK:      "tf_device.cluster"
      // CHECK:      "tf.PartitionedCall"([[ARG0]])
      // CHECK-SAME: f = @callee0
      %0 = "tf_device.cluster"() ({
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 3.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize/quantize_same_scale.mlir

      }
    }
    
    // -----
    
    module attributes {tf_saved_model.semantics} {
      // CHECK-LABEL: composite_and_select
      // CHECK-SAME: %[[ARG0:.*]]: tensor<1x2xf32>
      // CHECK-SAME: %[[ARG1:.*]]: tensor<2x3xf32>
      // CHECK-SAME: %[[ARG2:.*]]: tensor<1x3xi1>
      // CHECK-SAME: %[[ARG3:.*]]: tensor<1x3xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 14 17:10:32 UTC 2024
    - 35.4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/quantization/tensorflow/tests/preprocess_op.mlir

    // CHECK-LABEL: func private @composite_depthwise_conv2d_fn(
    // CHECK-SAME:                                             %arg0: tensor<1x3x4x3xf32>,
    // CHECK-SAME:                                             %arg1: tensor<2x3x3x2xf32>)
    
    // CHECK-LABEL: func private @composite_depthwise_conv2d_fn_0(
    // CHECK-SAME:                                             %arg0: tensor<1x3x4x3xf32>,
    // CHECK-SAME:                                             %arg1: tensor<2x3x1x6xf32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 3K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/tpu_update_embedding_enqueue_op_inputs.mlir

    // CHECK-SAME: %[[ARG_0:[a-z0-9]*]]: tensor<?x2xi32>
    // CHECK-SAME: %[[ARG_1:[a-z0-9]*]]: tensor<?x2xi32>
    // CHECK-SAME: %[[ARG_2:[a-z0-9]*]]: tensor<?x2xi32>
    // CHECK-SAME: %[[ARG_3:[a-z0-9]*]]: tensor<?xi32>
    // CHECK-SAME: %[[ARG_4:[a-z0-9]*]]: tensor<?xi32>
    // CHECK-SAME: %[[ARG_5:[a-z0-9]*]]: tensor<?xi32>
    // CHECK-SAME: %[[ARG_6:[a-z0-9]*]]: tensor<!tf_type.string>
    // CHECK-SAME: %[[ARG_7:[a-z0-9]*]]: tensor<!tf_type.string>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 5.3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tfrt/tests/mlrt/assign_op_key.mlir

    // CHECK-LABEL: func @main
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 0 : i32}
    
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 1 : i32}
    
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 2 : i32}
    
    // CHECK: tf.AddV2
    // CHECK-SAME: {__op_key = 3 : i32}
    
    // CHECK: tf.Sub
    // CHECK-SAME: {__op_key = 4 : i32}
    
    // CHECK: tf.Sub
    // CHECK-SAME: {__op_key = 5 : i32}
    
    // CHECK: tf.Sub
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 08 22:07:30 UTC 2023
    - 1.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/basic_v1.py

    # it is being invoked.
    # CHECK: module
    # CHECK-SAME: tf.versions
    # CHECK-SAME: bad_consumers
    # CHECK-SAME: min_consumer
    # CHECK-SAME: producer
    
    # CHECK: "tf_saved_model.global_tensor"() <{is_mutable, sym_name = "[[VAR:[a-zA-Z_0-9]+]]", type = tensor<1x3xf32>, value = {{.*}} : tensor<1x3xf32>}> : () -> ()
    
    # CHECK:      func {{@[a-zA-Z_0-9]+}}(
    # CHECK-SAME:   [[ARG0:%.*]]: tensor<3x1xf32> {tf_saved_model.index_path = ["x"]},
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  7. testing/soak/src/integTest/kotlin/org/gradle/kotlin/dsl/caching/ScriptCachingIntegrationTest.kt

                }
            }
        }
    
        @Test
        fun `same script different target type`() {
    
            // given: same init, settings & build files all applying same script
            val same = withFile("same.gradle.kts", """println("Same script on ${'$'}this")""")
            val sameApply = """apply(from = "same.gradle.kts")"""
            val initScriptFile = withFile("same.init.gradle.kts", sameApply)
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Fri Jun 07 11:33:23 UTC 2024
    - 13.4K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/stablehlo/tests/unfuse_mhlo_batch_norm.mlir

    // CHECK-LABEL: @batchNormInference_2D_inner_features
    // CHECK-SAME: %[[X:[^:[:space:]]+]]
    // CHECK-SAME: %[[SCALE:[^:[:space:]]+]]
    // CHECK-SAME: %[[OFFSET:[^:[:space:]]+]]
    // CHECK-SAME: %[[MEAN:[^:[:space:]]+]]
    // CHECK-SAME: %[[VARIANCE:[^:[:space:]]+]]
    func.func @batchNormInference_2D_inner_features(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Apr 06 15:32:52 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/compile_mlir_util/result-sharding.mlir

    // CHECK:       ENTRY %main.{{[0-9]+}}
    // CHECK-SAME:  (arg_tuple.{{[0-9]+}}: (f32[128,10], f32[10,1024], f32[128,1024])) -> (f32[128,10], f32[10,1024], f32[128,1024]) {
    // CHECK:         ROOT %tuple.{{[0-9]+}}
    // CHECK-SAME:    sharding={
    // CHECK-SAME:    {devices=[1,2]0,1}
    // CHECK-SAME:    {maximal device=0}
    // CHECK-SAME:    {replicated}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 23 18:56:13 UTC 2022
    - 1.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/call_to_exported.py

      #
      # CHECK:      func {{@[a-zA-Z_0-9]+}}(
      # CHECK-SAME:   %arg0: tensor<f32> {tf._user_specified_name = "x", tf_saved_model.index_path = [0]},
      # CHECK-SAME:   %arg1: tensor<!tf_type.resource<{{.*}}>>
      # CHECK-SAME: ) -> (
      # CHECK-SAME:   tensor<f32> {tf_saved_model.index_path = [0]},
      # CHECK-SAME:   tensor<f32> {tf_saved_model.index_path = [1]})
      # CHECK-SAME: attributes{{.*}}tf_saved_model.exported_names = ["callee"]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 28 19:09:38 UTC 2023
    - 3K bytes
    - Viewed (0)
Back to top