Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for thread_pool_ (0.24 sec)

  1. tensorflow/compiler/mlir/tensorflow/translate/import_model.cc

      tensorflow::Status error_status;
      {
        // Start a threadpool to convert signatures, since signature conversion can
        // be time consuming especially for large models. Threadpool destructor
        // blocks until all work is done.
        thread::ThreadPool thread_pool(Env::Default(), "ConvertSignatures",
                                       kNumThreadToConvertSignatures);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 01 11:17:36 UTC 2024
    - 183.2K bytes
    - Viewed (0)
Back to top