Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 4,402 for SAME (0.04 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_sharding_identification.mlir

      // CHECK: input_sharding_configuration
      // CHECK-SAME: ["\08\01\1A\01\01\22\01\00"]
      // CHECK: output_sharding_configuration
      // CHECK-SAME: ["\08\01\1A\01\01\22\01\00"]
      func.return
    }
    
    // CHECK-LABEL: func @func_without_sharding
    // CHECK-SAME: (%{{[a-z0-9]+}}: tensor<*xi32> {mhlo.sharding = "\08\01\1A\01\01\22\01\00"})
    // CHECK-SAME: -> (tensor<*xi32> {mhlo.sharding = "\08\01\1A\01\01\22\01\00"})
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Feb 20 19:07:52 UTC 2024
    - 47.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

      // CHECK:      "mhlo.gather"({{.*}}) <{
      // CHECK-SAME:   dimension_numbers =
      // CHECK-SAME:     offset_dims = [1, 2]
      // CHECK-SAME:     collapsed_slice_dims = [0]
      // CHECK-SAME:     start_index_map = [0]
      // CHECK-SAME:     index_vector_dim = 1
      // CHECK-SAME:   indices_are_sorted = false
      // CHECK-SAME:   slice_sizes = dense<[1, 4, 128]>
      // CHECK-SAME: (tensor<2x4x128xf32>, tensor<2x1xi32>) -> tensor<2x4x128xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/hash_table_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"()
    # CHECK: "tf_saved_model.session_initializer"() <{initializers = [@[[init:.*]]]}> : () -> ()
    
    # CHECK:      func @[[init]]
    # CHECK-SAME: tf_saved_model.initializer_type = "init_op"
    # CHECK-NEXT: [[R6:%.*]] = "tf.Const"()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:49:35 UTC 2023
    - 3.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/restore_function_name.mlir

        // CHECK: %[[CALL:.+]] = "tf.XlaCallModule"(%[[ARG0]], %[[ARG1]])
        // CHECK-SAME: _entry_function = @composite_dot_general_fn_1
        // CHECK-SAME: _original_entry_function = "composite_dot_general_fn_1"
        // CHECK: return %[[CALL]]
      }
    
      // CHECK: @composite_dot_general_fn_1
      // CHECK-SAME: %[[ARG2:[^:[:space:]]+]]
      // CHECK-SAME: %[[ARG3:[^:[:space:]]+]]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 08 22:40:14 UTC 2024
    - 3.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/prepare_quantize/prepare_quantize.mlir

      // CHECK-SAME: quant.uniform<i8:f32, 0.023529411764705882:-128>
      // CHECK: %[[dq2:.*]] = "quantfork.dcast"(%[[q2]])
      // CHECK-SAME: quant.uniform<i8:f32, 0.023529411764705882:-128>
      // CHECK: %[[q3:.*]] = "quantfork.qcast"(%[[cst3]])
      // CHECK-SAME: quant.uniform<i8:f32, 3.9215686274509805E-9>
      // CHECK: %[[dq3:.*]] = "quantfork.dcast"(%[[q3]])
      // CHECK-SAME: quant.uniform<i8:f32, 3.9215686274509805E-9>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Feb 22 19:52:06 UTC 2024
    - 8.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/mlrt/tf_to_mlrt.mlir

      // CHECK: [[a:%.*]] = tf_mlrt.executeop([[input0]],
      // CHECK-SAME: AddV2
      // CHECK-SAME: op_key = 1
      // CHECK-NOT: __op_key
      %a = "tf.AddV2"(%input0, %const) {__op_key = 1: i32}: (tensor<i32>, tensor<i32>) -> tensor<i32>
      // CHECK: [[b:%.*]] = tf_mlrt.executeop([[a]])
      // CHECK-SAME: Abs
      // CHECK-SAME: op_key = 2
      // CHECK-NOT: __op_key
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 20:44:15 UTC 2024
    - 24.7K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/layout_optimization_layout_assignment_to_nhwc.mlir

      // CHECK: %[[CONV2D:[0-9]*]] = "tf.Conv2D"(%[[ARG_TRANSPOSE]], %arg1)
      // CHECK-SAME: data_format = "NHWC"
      // CHECK-SAME: dilations = [1, 3, 4, 2]
      // CHECK-SAME: explicit_paddings = [1, 2, 5, 6, 7, 8, 3, 4]
      // CHECK-SAME: padding = "EXPLICIT"
      // CHECK-SAME: strides = [5, 7, 8, 6]
      // CHECK-SAME: (tensor<1x32x32x3xf32>, tensor<1x1x3x8xf32>) -> tensor<1x7x6x8xf32>
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 4.5K bytes
    - Viewed (0)
  8. 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)
  9. 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)
  10. 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)
Back to top