Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for isDefinedOutsideOfLoop (0.28 sec)

  1. tensorflow/compiler/mlir/lite/ir/tfl_ops.td

      // tf.IfOp to scf.If op first and then legalize it to tfl.if to reduce
      // code redundancy.
    }
    
    def TFL_WhileOp : Op<TFL_Dialect, "while", [
        DeclareOpInterfaceMethods<LoopLikeOpInterface, ["isDefinedOutsideOfLoop"]>,
        SingleBlockImplicitTerminator<"YieldOp">,
        DeclareOpInterfaceMethods<TFL_RuntimeVerification>]> {
      let summary = [{While loop}];
    
      let description = [{
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jun 06 19:09:08 UTC 2024
    - 186K bytes
    - Viewed (0)
Back to top