Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for StaticDeviceMgr (0.14 sec)

  1. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.h

      std::string device_type_;
    
      mlir::PatternRewriter& rewriter_;
      tensorflow::OpOrArgLocNameMapper name_mapper_;
    
      tensorflow::XlaContext* context_;  // Ref-counted.
    
      std::unique_ptr<tensorflow::StaticDeviceMgr> device_mgr_;
      tensorflow::Device* device_;  // Owned by device_mgr_;
      std::unique_ptr<tensorflow::ScopedStepContainer> step_container_;
      std::unique_ptr<tensorflow::FunctionLibraryDefinition> flib_def_;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/tf2xla_rewriter.cc

    namespace mlir {
    namespace mhlo {
    namespace {
    
    using ::mlir::ModuleOp;
    using ::tensorflow::Tensor;
    using ::tsl::StatusOr;
    using ::xla::XlaComputation;
    
    static std::unique_ptr<tensorflow::StaticDeviceMgr> CreateDeviceMgr(
        const std::string& device_type) {
      // Register compilation kernels for all registered XLA backends.
      tensorflow::XlaOpRegistry::RegisterCompilationKernels();
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:16:07 UTC 2024
    - 18.9K bytes
    - Viewed (0)
Back to top