Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 28 for TPUReplicateMetadata (0.28 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tpu_cluster_formation.mlir

    func.func @multiple_replicated_interleaved(%arg0: !tf_res) {
      "tf.TPUReplicateMetadata"() {_xla_compile_device_type = "TPU", _replication_info = "a", num_replicas = 2, topology = "topology"} : () -> ()
      "tf.TPUReplicateMetadata"() {_xla_compile_device_type = "TPU", _replication_info = "b", num_replicas = 2, topology = "topology"} : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 22:03:30 UTC 2024
    - 53.9K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/tests/embedding_sequencing.mlir

      // CHECK-NOT: TPUReplicatedInput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
      // CHECK-DAG: TPUReplicatedOutput
      // CHECK: return
    
      // core_tput should have TPU ops including both replicated inputs and outputs
      // CHECK: func.func private @_func_core_tpu
      // CHECK-DAG: TPUReplicatedInput
      // CHECK-DAG: TPUReplicateMetadata
      // CHECK-DAG: TPUCompilationResult
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 01 21:27:49 UTC 2023
    - 19.1K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tensorflow/tests/tpu_validate_inputs.mlir

    func.func @num_replicas_replicated(%arg0: tensor<i32>, %arg1: tensor<i32>, %arg2: tensor<i32>, %arg3: tensor<i32>) -> (tensor<i32>, tensor<i32>) {
      %0:2 = tf_executor.graph {
        %control = tf_executor.island() wraps "tf.TPUReplicateMetadata"() {_tpu_replicate = "cluster", device = "/device:TPU:0", num_replicas = 2, topology = "topology"} : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 07 06:51:01 UTC 2024
    - 15.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/executor_tpuv1_outline_island/executor_tpuv1_outline_tpu_island.mlir

    // CHECK-LABEL: func nested @_tpu_v1_compat_outlined_func0(%arg0: tensor<i1>) -> tensor<i1>
    // CHECK-NEXT: tf.TPUReplicateMetadata
    // CHECK-NEXT: tf.opA
    
    // CHECK-LABEL: func nested @_tpu_v1_compat_outlined_func1(%arg0: tensor<i1>, %arg1: tensor<f32>) -> (tensor<i1>, tensor<i32>)
    // CHECK-NEXT: tf.TPUReplicateMetadata
    // CHECK-NEXT: tf.opA
    // CHECK-NEXT: tf.opA
    // CHECK-NEXT: tf.SomeOp
    
    // -----
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jun 04 03:54:58 UTC 2022
    - 4.9K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/canonicalize_compile_and_replicate_attributes.mlir

        %control = tf_executor.island wraps "tf.TPUReplicateMetadata"() {_tpu_replicate = "cluster", allow_soft_placement = false, computation_shape = [], device = "", device_assignment = [], host_compute_core = [], name = "TPUReplicateMetadata", num_cores_per_replica = 1 : i64, num_replicas = 1 : i64, step_marker_location = "STEP_MARK_AT_ENTRY", topology...
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 3.1K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tensorflow/tests/graphdef2mlir/graph-function-defs.pbtxt

          i: 1
        }
      }
      attr {
        key: "T"
        value {
          type: DT_INT32
        }
      }
    }
    node {
      name: "cluster/pivot"
      op: "NoOp"
    }
    node {
      name: "TPUReplicateMetadata"
      op: "TPUReplicateMetadata"
      input: "^cluster/pivot"
      attr {
        key: "_tpu_replicate"
        value {
          s: "cluster"
        }
      }
      attr {
        key: "computation_shape"
        value {
          list {
          }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 24 00:20:25 UTC 2020
    - 7.1K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tensorflow/tests/tpu_partitioned_op_conversion.mlir

      // CHECK: [[PI_0:%.*]] = "tf.TPUPartitionedInputV2"([[ARG0]], [[ARG1]])
      // CHECK-SAME: _XlaSharding = "123"
      // CHECK-SAME: partition_dims = [2, 1]
      // CHECK: [[RI:%.*]] = "tf.TPUReplicatedInput"([[PI_0]])
      "tf.TPUReplicateMetadata"() {num_cores_per_replica = 2 : i64, num_replicas = 1 : i64} : () -> ()
      %pi_0 = "tf.TPUPartitionedInput"(%arg0, %arg1) {_XlaSharding = "123", partition_dim = 0 : i64} : (tensor<10x3xf32>, tensor<10x3xf32>) -> tensor<20x3xf32>
    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. tensorflow/compiler/mlir/tensorflow/tests/embedding_pipelining.mlir

        return
      }
      // expected-error @+1 {{number of tf.TPUReplicateMetadata in loop body is not 1}}
      func.func private @while_body(%arg0: tensor<i1>) -> (tensor<i1>) {
        // metadata ops
        %embedding_pass_trigger = "tf.Const"() {_embedding_pipelining = "forward", _replication_info = "repl_info", value = dense<2> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Oct 30 06:52:55 UTC 2023
    - 33.1K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/tensorflow/tests/graph_pruning_preserve_ops.mlir

        %1 = tf_executor.island wraps "tf.NoOp"() : () -> ()
        // CHECK: "tf.TPUReplicateMetadata"
        %2 = tf_executor.island(%1) wraps "tf.TPUReplicateMetadata"() {allow_soft_placement = false, computation_shape = [], device_assignment = [], host_compute_core = [], num_cores_per_replica = 1 : i64, num_replicas = 1 : i64, step_marker_location = "STEP_MARK_AT_ENTRY", topology = "", use_spmd_for_xla_partitioning = true, use_tpu = true} : () -> ()
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Mar 28 12:06:33 UTC 2022
    - 3.2K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tensorflow/tests/tpu_reorder_replicate_and_partitioned_inputs.mlir

      // CHECK: "tf.TPUReplicateMetadata"()
      // CHECK: [[RI_0:%.*]] = "tf.TPUReplicatedInput"([[ARG0]])
      // CHECK-SAME: is_packed = true
      // CHECK: [[RI_1:%.*]] = "tf.TPUReplicatedInput"([[ARG0]])
      // CHECK-SAME: is_packed = true
      // CHECK: [[PI:%.*]] = "tf.TPUPartitionedInputV2"([[RI_0]], [[RI_1]])
      // CHECK-SAME: is_packed = false
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jan 24 23:08:55 UTC 2023
    - 14.6K bytes
    - Viewed (0)
Back to top