Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetMutableRegistry (0.31 sec)

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

      host_context_ = num_threads ? CreateMultiThreadedHostContext(num_threads)
                                  : CreateSingleThreadedHostContext();
      tfrt::RegisterStaticKernels(host_context_->GetMutableRegistry());
    
      // Build an ExecutionContext from the HostContext.
      auto builder = RequestContextBuilder(host_context_.get(), &resource_context_);
    
      // Get tensorflow::EagerContext for the kernel fallback.
    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