Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for GetKernelRegistry (0.27 sec)

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

          tfrt::ConvertMLIRToBEF(*module, /*disable_optional_sections=*/false);
      CHECK(!bef_buffer_.empty()) << "Failed to convert module to BEF";
    
      bef_file_ =
          BEFFile::Open(bef_buffer_, host_context_->GetKernelRegistry(),
                        host_context_->diag_handler(), host_context_->allocator());
      CHECK(bef_file_) << "Failed to open BEF";
    
      // Run TFRT initialization function to pre-instantiate fallback kernels.
    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