Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for HasParent (0.08 sec)

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

        /// and result type.
        static bool isBuildableWith(Attribute value, Type type);
      }];
    }
    
    def TFL_ControlNodeOp : Op<TFL_Dialect, "control_node",
        [HasParent<"mlir::func::FuncOp">, RecursiveMemoryEffects, SingleBlockImplicitTerminator<"YieldOp">]> {
      let summary = [{
        The `TFL.control_node` operation wraps single-block operations in order to attach control edges.
      }];
    
    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