Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for disableMultithreading (0.17 sec)

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

      // Even if multithreading is already disabled, if we are executing within a
      // 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
    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