Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreateDeviceDescription (0.16 sec)

  1. tensorflow/c/experimental/stream_executor/stream_executor.cc

            reinterpret_cast<int64_t*>(total));
      }
    
      // Creates a new DeviceDescription object.
      // Ownership is transferred to the caller.
      absl::StatusOr<std::unique_ptr<DeviceDescription>> CreateDeviceDescription()
          const override {
        OwnedTFStatus c_status(TF_NewStatus());
    
        internal::DeviceDescriptionBuilder builder;
        if (device_.hardware_name != nullptr) {
    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