Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 5,224 for SAME (0.1 sec)

  1. 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)
  2. 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)
  3. 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)
  4. 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)
  5. 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)
  6. 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)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_partitioned_op_conversion.mlir

      // CHECK: [[PI_0:%.*]] = "tf.TPUPartitionedInputV2"([[ARG0]], [[ARG1]])
      // CHECK-SAME: _XlaSharding = ""
      // CHECK-SAME: partition_dims = []
      // CHECK: [[PI_1:%.*]] = "tf.TPUPartitionedInputV2"([[ARG2]], [[ARG3]])
      // CHECK-SAME: _XlaSharding = ""
      // CHECK-SAME: partition_dims = []
      // CHECK: [[RI:%.*]] = "tf.TPUReplicatedInput"([[PI_0]], [[PI_1]])
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 20 17:43:51 UTC 2023
    - 8.3K bytes
    - Viewed (0)
  8. platforms/software/dependency-management/src/test/groovy/org/gradle/api/internal/artifacts/repositories/DefaultIvyArtifactRepositoryTest.groovy

        }
    
        def "repositories have the same id when m2 compatible and other configuration is the same"() {
            def repo = newRepo()
            def same = newRepo()
            def different = newRepo()
    
            given:
            repo.url = new URI("http://localhost")
            repo.patternLayout { it.m2compatible = true }
            same.url = new URI("http://localhost")
            same.patternLayout { it.m2compatible = true }
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Oct 10 21:10:11 UTC 2023
    - 24K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_to_nhwc.mlir

              strides = [1, 1, 2, 2]
            } : (tensor<?x3x230x230xf32>, tensor<7x7x3x64xf32>) -> tensor<?x64x112x112xf32>
    
      // CHECK: %[[CONV0:[0-9]*]] = "tf.Conv2D"
      // CHECK-SAME: %[[PAD]]
      // CHECK-SAME: data_format = "NHWC"
      // CHECK-SAME: strides = [1, 2, 2, 1]
    
      %6, %batch_mean, %batch_variance, %reserved_1, %reserved_2, %reserved_3 =
           "tf.FusedBatchNormV3"(%5, %arg1, %arg1, %arg1, %arg1)
           {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 7.3K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model_mark_initialized_variables.mlir

        func.return %4 : tensor<100x50xf32>
      }
      // CHECK: "tf.VarHandleOp"
      // CHECK-SAME: shared_name = "var1"
      // CHECK-SAME: _is_initialized = true
      // CHECK: "tf.VarHandleOp"
      // CHECK-SAME: shared_name = "var2"
      // CHECK-SAME: _is_initialized = true
      // CHECK: "tf.VarHandleOp"
      // CHECK-SAME: shared_name = "var3"
      // CHECK-SAME: _is_initialized = false
    
      // INVALID-NOT: _is_initialized
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 2.1K bytes
    - Viewed (0)
Back to top