Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TPU_REPLICATED_CORE_0 (0.22 sec)

  1. tensorflow/compiler/mlir/tf2xla/internal/passes/extract_outside_compilation.cc

          builder.create<mlir::TF::XlaSendToHostOp>(while_op.getLoc(), condition,
                                                    condition_send_recv_key);
          // device_ordinal0 is the ordinal of TPU_REPLICATED_CORE_0 and is only
          // used in the replicated case.
          Value device_ordinal0 = nullptr;
          if (!core_to_device_ordinal.empty())
            device_ordinal0 = core_to_device_ordinal[0];
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 30 21:25:12 UTC 2024
    - 68.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/g3doc/_includes/tf_passes.md

      return
    }
    ```
    
    will be rewritten as:
    
    ```mlir
    func @tf_tpu_rewrite(%arg0: tensor<i8>, %arg1: tensor<i8>) {
      %0:2 = tf_device.replicate([%arg0, %arg1] as %arg2: tensor<i8>) {devices = {TPU_REPLICATED_CORE_0 = ["/job:worker/replica:0/task:0/device:TPU:0", "/job:worker/replica:0/task:0/device:TPU:1"], TPU_REPLICATED_HOST_0 = ["/job:worker/replica:0/task:0/device:CPU:0", "/job:worker/replica:0/task:0/device:CPU:0"]}, n = 2 : i32} {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Aug 02 02:26:39 UTC 2023
    - 96.4K bytes
    - Viewed (0)
Back to top