Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for has_elide_elementsattrs_if_larger (0.36 sec)

  1. tensorflow/compiler/mlir/lite/debug/debug.cc

            should_print_ir_after_pass(CreatePrintIRFun(options.print_ir_after()));
    
        mlir::OpPrintingFlags opPrintingFlags = mlir::OpPrintingFlags();
    
        if (options.has_elide_elementsattrs_if_larger()) {
          opPrintingFlags.elideLargeElementsAttrs(
              options.elide_elementsattrs_if_larger());
        }
    
        pm.enableIRPrinting(should_print_ir_before_pass, should_print_ir_after_pass,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Jan 10 02:44:52 UTC 2024
    - 11.8K bytes
    - Viewed (0)
Back to top