Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/quantization/tensorflow/debugging/mlir_dump.cc

      // pass-manager,  disableMultithreading throws assertion fail. Below if
      // statement ensures that disableMultithreading will not be executed if
      // multithreading is already disabled.
      if (pm.getContext()->isMultithreadingEnabled()) {
        pm.getContext()->disableMultithreading();
      }
    
      // The configuration uses the default parameter values for
      // `PassManager::enableIRPrinting`, except for the `printModuleScope`
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 31 05:38:57 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top