Search Options

Results per page
Sort
Preferred Languages
Advance

Results 101 - 110 of 6,297 for SAME (0.05 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/add_functions_for_exported_names.mlir

    // CHECK-LABEL @export_three
    module @export_three attributes {tf_saved_model.semantics} {
      // CHECK: func @a
      // CHECK-SAME: i32
      // CHECK-SAME: f32
      // CHECK-SAME: tensor<i32>
      // CHECK: [[tuple:%.*]]:2 = call @f
      // CHECK: return [[tuple]]#0, [[tuple]]#1
      // CHECK-SAME: tensor<i8>
      // CHECK-SAME: tensor<i16>
      // CHECK: func @b
      // CHECK: func @c
      // CHECK: func private @f
      // CHECK-NOT: exported_names
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 06 22:55:17 UTC 2023
    - 1.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/prepare_tpu_computation_for_tf_export.mlir

      // CHECK: "tf.XlaHostCompute"(%arg0, %arg1)
      // CHECK-SAME: ancestors = []
      // CHECK-SAME: cost_estimate_ns = 1000000 : i64
      // CHECK-SAME: key = ""
      // CHECK-SAME: recv_key = "host_compute_channel_recv"
      // CHECK-SAME: send_key = "host_compute_channel_send"
      // CHECK-SAME: shape_inference_graph = @host_func
      // CHECK-SAME: shapes = [#tf_type.shape<*>, #tf_type.shape<3x?>]
      // CHECK-SAME: tpu_core = 0 : i64
      // CHECK: func @host_func
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Feb 14 18:46:36 UTC 2024
    - 9.2K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/fallback.mlir

      // CHECK-SAME: ([[serialized]]
      // CHECK-NOT: device
      // CHECK-SAME: Tdense = [f32, f32]
      // CHECK-SAME: dense_shapes = [#corert.shape<>, #corert.shape<>]
      // CHECK-SAME: num_sparse = 2 : i64
      // CHECK-SAME: ragged_split_types = []
      // CHECK-SAME: ragged_value_types = []
      // CHECK-SAME: sparse_types = [!corert.string, i64]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfrt/tests/tf_to_corert/merge_tf_if_ops.mlir

      func.return %0 : tensor<i32>
    }
    
    // CHECK-LABEL: func private @merge_stateless_merged_if_0_0_then
    // CHECK-SAME: ([[x:%.*]]: tensor<i32>, [[y:%.*]]: tensor<i32>)
    // CHECK: [[r0:%.*]] = "tf.AddV2"([[x]], [[y]])
    // CHECK: return [[r0]], [[r0]], [[r0]]
    
    // CHECK-LABEL: func private @merge_stateless_merged_if_0_0_else
    // CHECK-SAME: ([[x:%.*]]: tensor<i32>, [[y:%.*]]: tensor<i32>)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 8.4K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf-quant.mlir

      // CHECK: %[[CONST:.*]] = mhlo.constant()
      // CHECK-SAME{LITERAL} value = dense<127> : tensor<2x3x3x2xi8>
      // CHECK-SAME: tensor<2x3x3x2x!quant.uniform<i8:f32, 1.000000e+00:3>>
      // CHECK: mhlo.convolution(%arg0, %[[CONST]])
      // CHECK-SAME{LITERAL}: dim_numbers = [b, 0, 1, f]x[0, 1, i, o]->[b, 0, 1, f]
      // CHECK-SAME{LITERAL}: window = {stride = [1, 2], pad = [[0, 0], [0, 0]], lhs_dilate = [1, 1], rhs_dilate = [2, 2]}
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 01:25:29 UTC 2024
    - 37.3K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/tensorflow/tests/remove_var_init_by_const.mlir

      // CHECK: "tf_saved_model.session_initializer"()
      // CHECK-SAME: initializers = [@init_func_restore_op]
    
      func.func @init_func_restore_op() -> () attributes {
          tf_saved_model.initializer_type = "restore_op",
          tf_saved_model.exported_names = ["tf_saved_model.session_initializer_restore_op"]} {
        return
      }
      // CHECK: @init_func_restore_op
      // CHECK-SAME: tf_saved_model.initializer_type = "restore_op"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 6.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/mark_ops_for_outside_compilation.mlir

      %0 = "tf_device.cluster"() ({
        // CHECK: "tf.Const"() <{value = dense<1> : tensor<i32>}>
        // CHECK-NOT: _xla_outside_compilation
        // CHECK: "tf.Const"
        // CHECK-SAME: _xla_outside_compilation
        // CHECK-SAME: tf_type.string
        // CHECK: "tf.Identity"
        // CHECK-NOT: _xla_outside_compilation
        %1 = "tf.Const"() {value = dense<1> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 16:22:32 UTC 2024
    - 29.5K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/tensorflow/tests/replica_id_to_device_ordinal.mlir

      // CHECK:      "tf.EnqueueTPUEmbeddingArbitraryTensorBatch"
      // CHECK-SAME:   device_ordinal = 0
      // CHECK:      "tf.EnqueueTPUEmbeddingArbitraryTensorBatch"
      // CHECK-SAME:   device_ordinal = 1
      // CHECK:      "tf.EnqueueTPUEmbeddingArbitraryTensorBatch"
      // CHECK-SAME:   device_ordinal = 0
      // CHECK:      "tf.EnqueueTPUEmbeddingArbitraryTensorBatch"
      // CHECK-SAME:   device_ordinal = 1
    }
    
    // -----
    
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 4.3K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/signature.mlir

    // CHECK: {tf_saved_model.index_path = ["input2"]}
    // CHECK-SAME: {tf_saved_model.index_path = ["input1"]}
    // CHECK-SAME: {tf_saved_model.index_path = ["start_logits"]}
    // CHECK-SAME: {tf_saved_model.index_path = ["end_logits"]}
    // CHECK-SAME: tf.entry_function = {inputs = "serving_default_input2:0,serving_default_input1:0", outputs = "StatefulPartitionedCall:1,StatefulPartitionedCall:0"}
    // CHECK-SAME: tf_saved_model.exported_names = ["serving_default"]
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 24 07:35:24 UTC 2022
    - 1.9K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/extract_outside_compilation.mlir

        // CHECK-SAME:       device_ordinal = 0
        // CHECK-SAME:       device_type = "TPU"
        // CHECK-SAME:       key = "host_compute_channel_0_retvals"
        // CHECK:          "tf_device.cluster"
        // CHECK:            %[[A_OUTPUT:[0-9]*]] = "tf.A"
        // CHECK:            %[[HOST_OUTPUT:[0-9]*]] = "tf._XlaHostComputeMlir"()
        // CHECK-SAME:       recv_key = "host_compute_channel_0_retvals"
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 31 08:59:10 UTC 2023
    - 129.6K bytes
    - Viewed (0)
Back to top