Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

                                            c_status.get());
        absl::Status status = tensorflow::StatusFromTF_Status(c_status.get());
        CheckStatus(status);
        return status;
      }
    
      absl::Status RecordEvent(Event* event) override {
        return static_cast<CEvent*>(event)->Record(stream_handle_);
      }
    
      absl::Status WaitFor(Stream* other) override {
        tensorflow::TF_StatusPtr c_status(TF_NewStatus());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 14 07:39:19 UTC 2024
    - 8K bytes
    - Viewed (0)
Back to top