Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for xla_builder (0.09 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/prepare_tpu_computation_for_tf_export.cc

        if (op.getManualSharding()) {
          // This rewrite does not support manual_sharding. It is expected that the
          // _XlaHostComputeMlirOp registered as an MlirXlaOpKernel will handle this
          // case later once the XlaBuilder graph reaches it.
          return failure();
        }
        return success();
      }
      void rewrite(TF::_XlaHostComputeMlirOp op,
                   PatternRewriter& rewriter) const override {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top