Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                        host_context_->diag_handler(), host_context_->allocator());
      CHECK(bef_file_) << "Failed to open BEF";
    
      // Run TFRT initialization function to pre-instantiate fallback kernels.
      RunTfrtInitializer();
    }
    
    llvm::SmallVector<Tensor> RuntimeFallbackExecutor::Execute(
        llvm::StringRef function_name, llvm::ArrayRef<Tensor> arguments) {
      // Get the kernel entrypoint function.
    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