Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SingleBlockImplicitTerminator (0.3 sec)

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

      let hasOptions = 1;
    
      let hasFolder = 1;
    }
    
    def TFL_PolyCallOp : Op<TFL_Dialect, "poly_call", [
        DeclareOpInterfaceMethods<RegionBranchOpInterface>,
        SingleBlockImplicitTerminator<"YieldOp">]> {
      let summary = [{Poly call}];
    
      let description = [{
        Have multiple function bodies for the same computation. This allows a
    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