Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for TPUReplicateMetadata (0.27 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/tf_passes.td

        following code
    
        ```mlir
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jun 12 21:18:05 UTC 2024
    - 99.6K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let arguments = (ins);
    
      let results = (outs
        Res<TF_Int32Tensor, [{A vector 1 or more TPU cores.}]>:$device_ordinals
      );
    }
    
    def TF_TPUReplicateMetadataOp : TF_Op<"TPUReplicateMetadata", []> {
      let summary = [{
    Metadata indicating how the TPU computation should be replicated.
      }];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top