Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateMultiThreadedHostContext (0.19 sec)

  1. tensorflow/compiler/mlir/tfrt/runtime_fallback/runtime_fallback_executor.cc

      // Create a HostContext for running TFRT functions. Concurrent work queue acts
      // similar to the Tensorflow `inter-op` thread pool, so we'll match the size.
      host_context_ = num_threads ? CreateMultiThreadedHostContext(num_threads)
                                  : CreateSingleThreadedHostContext();
      tfrt::RegisterStaticKernels(host_context_->GetMutableRegistry());
    
      // Build an ExecutionContext from the HostContext.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 08 00:18:59 UTC 2024
    - 9.1K bytes
    - Viewed (0)
Back to top