Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CanEnablePeerAccessTo (0.22 sec)

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

      }
    
      absl::Status EnablePeerAccessTo(StreamExecutor* other) override {
        return tsl::errors::Unimplemented(
            "EnablePeerAccessTo is not supported by pluggable device.");
      }
      bool CanEnablePeerAccessTo(StreamExecutor* other) override { return false; }
    
      bool DeviceMemoryUsage(int64_t* free, int64_t* total) const override {
        return stream_executor_->device_memory_usage(
    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