Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for EnablePeerAccessTo (0.15 sec)

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

        stream_executor_->destroy_event(&device_, event_handle);
        return StatusFromTF_Status(c_status.get());
      }
    
      absl::Status EnablePeerAccessTo(StreamExecutor* other) override {
        return tsl::errors::Unimplemented(
            "EnablePeerAccessTo is not supported by pluggable device.");
      }
      bool CanEnablePeerAccessTo(StreamExecutor* other) override { return false; }
    
    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