Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for compilation_status (0.57 sec)

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

      let description = [{
    This op produces no output and closes the device during failure to ensure all
    pending device interactions fail.
    
    'compilation_status' is a serialized CompilationResultProto.
      }];
    
      let arguments = (ins
        TF_StrTensor:$compilation_status
      );
    
      let results = (outs);
    }
    
    def TF_TPUCopyWithLayoutOp : TF_Op<"TPUCopyWithLayout", [Pure]> {
    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