Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DescriptionForDevice (0.3 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor_internal.h

      }
      bool UseBfcAllocator() const { return platform_.use_bfc_allocator; }
      bool ForceMemoryGrowth() const { return platform_.force_memory_growth; }
      absl::StatusOr<std::unique_ptr<DeviceDescription>> DescriptionForDevice(
          int ordinal) const override;
      absl::StatusOr<StreamExecutor*> ExecutorForDevice(int ordinal) override;
      absl::StatusOr<StreamExecutor*> GetExecutor(
          const StreamExecutorConfig& config) override;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 8K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/stream_executor/stream_executor.cc

      platform_fns_.destroy_timer_fns(&platform_, &timer_fns_);
      destroy_platform_(&platform_);
      destroy_platform_fns_(&platform_fns_);
    }
    
    absl::StatusOr<std::unique_ptr<DeviceDescription>>
    CPlatform::DescriptionForDevice(int ordinal) const {
      // TODO(annarev): see if we can get StreamExecutor instance
      // and call GetDeviceDescription. executor_cache_.Get would need
      // to be made const for it to work.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 27.1K bytes
    - Viewed (0)
Back to top