Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TPUCompileMlirAndExecute (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_ops.td

        TF_I32OrI64Tensor:$static_shape
      );
    
      let hasVerifier = 1;
    
      let results = (outs
        TF_Tensor:$output
      );
    }
    
    def TF_TPUCompileMlirAndExecuteOp : TF_Op<"TPUCompileMlirAndExecute", [AttrSizedOperandSegments]> {
      let summary = "Op that compiles a computation in MLIR into a TPU program, and loads and executes it on a TPU device.";
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Apr 24 04:08:35 UTC 2024
    - 90.5K bytes
    - Viewed (0)
Back to top