Interface ReplayLog.ReplayOpOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    ReplayLog.ReplayOp, ReplayLog.ReplayOp.Builder
    Enclosing class:
    ReplayLog

    public static interface ReplayLog.ReplayOpOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getStartTimeUs

        double getStartTimeUs()
        double start_time_us = 31;
        Returns:
        The startTimeUs.
      • getEndTimeUs

        double getEndTimeUs()
        double end_time_us = 32;
        Returns:
        The endTimeUs.
      • hasCreateSession

        boolean hasCreateSession()
        .org.platanios.tensorflow.proto.CreateSessionRequest create_session = 1;
        Returns:
        Whether the createSession field is set.
      • getCreateSession

        CreateSessionRequest getCreateSession()
        .org.platanios.tensorflow.proto.CreateSessionRequest create_session = 1;
        Returns:
        The createSession.
      • getCreateSessionOrBuilder

        CreateSessionRequestOrBuilder getCreateSessionOrBuilder()
        .org.platanios.tensorflow.proto.CreateSessionRequest create_session = 1;
      • hasExtendSession

        boolean hasExtendSession()
        .org.platanios.tensorflow.proto.ExtendSessionRequest extend_session = 2;
        Returns:
        Whether the extendSession field is set.
      • getExtendSession

        ExtendSessionRequest getExtendSession()
        .org.platanios.tensorflow.proto.ExtendSessionRequest extend_session = 2;
        Returns:
        The extendSession.
      • getExtendSessionOrBuilder

        ExtendSessionRequestOrBuilder getExtendSessionOrBuilder()
        .org.platanios.tensorflow.proto.ExtendSessionRequest extend_session = 2;
      • hasPartialRunSetup

        boolean hasPartialRunSetup()
        .org.platanios.tensorflow.proto.PartialRunSetupRequest partial_run_setup = 3;
        Returns:
        Whether the partialRunSetup field is set.
      • getPartialRunSetup

        PartialRunSetupRequest getPartialRunSetup()
        .org.platanios.tensorflow.proto.PartialRunSetupRequest partial_run_setup = 3;
        Returns:
        The partialRunSetup.
      • getPartialRunSetupOrBuilder

        PartialRunSetupRequestOrBuilder getPartialRunSetupOrBuilder()
        .org.platanios.tensorflow.proto.PartialRunSetupRequest partial_run_setup = 3;
      • hasRunStep

        boolean hasRunStep()
        .org.platanios.tensorflow.proto.RunStepRequest run_step = 4;
        Returns:
        Whether the runStep field is set.
      • getRunStep

        RunStepRequest getRunStep()
        .org.platanios.tensorflow.proto.RunStepRequest run_step = 4;
        Returns:
        The runStep.
      • getRunStepOrBuilder

        RunStepRequestOrBuilder getRunStepOrBuilder()
        .org.platanios.tensorflow.proto.RunStepRequest run_step = 4;
      • hasCloseSession

        boolean hasCloseSession()
        .org.platanios.tensorflow.proto.CloseSessionRequest close_session = 5;
        Returns:
        Whether the closeSession field is set.
      • getCloseSession

        CloseSessionRequest getCloseSession()
        .org.platanios.tensorflow.proto.CloseSessionRequest close_session = 5;
        Returns:
        The closeSession.
      • getCloseSessionOrBuilder

        CloseSessionRequestOrBuilder getCloseSessionOrBuilder()
        .org.platanios.tensorflow.proto.CloseSessionRequest close_session = 5;
      • hasListDevices

        boolean hasListDevices()
        .org.platanios.tensorflow.proto.ListDevicesRequest list_devices = 6;
        Returns:
        Whether the listDevices field is set.
      • getListDevices

        ListDevicesRequest getListDevices()
        .org.platanios.tensorflow.proto.ListDevicesRequest list_devices = 6;
        Returns:
        The listDevices.
      • getListDevicesOrBuilder

        ListDevicesRequestOrBuilder getListDevicesOrBuilder()
        .org.platanios.tensorflow.proto.ListDevicesRequest list_devices = 6;
      • hasResetRequest

        boolean hasResetRequest()
        .org.platanios.tensorflow.proto.ResetRequest reset_request = 7;
        Returns:
        Whether the resetRequest field is set.
      • getResetRequest

        ResetRequest getResetRequest()
        .org.platanios.tensorflow.proto.ResetRequest reset_request = 7;
        Returns:
        The resetRequest.
      • getResetRequestOrBuilder

        ResetRequestOrBuilder getResetRequestOrBuilder()
        .org.platanios.tensorflow.proto.ResetRequest reset_request = 7;
      • hasMakeCallable

        boolean hasMakeCallable()
        .org.platanios.tensorflow.proto.MakeCallableRequest make_callable = 8;
        Returns:
        Whether the makeCallable field is set.
      • getMakeCallable

        MakeCallableRequest getMakeCallable()
        .org.platanios.tensorflow.proto.MakeCallableRequest make_callable = 8;
        Returns:
        The makeCallable.
      • getMakeCallableOrBuilder

        MakeCallableRequestOrBuilder getMakeCallableOrBuilder()
        .org.platanios.tensorflow.proto.MakeCallableRequest make_callable = 8;
      • hasRunCallable

        boolean hasRunCallable()
        .org.platanios.tensorflow.proto.RunCallableRequest run_callable = 9;
        Returns:
        Whether the runCallable field is set.
      • getRunCallable

        RunCallableRequest getRunCallable()
        .org.platanios.tensorflow.proto.RunCallableRequest run_callable = 9;
        Returns:
        The runCallable.
      • getRunCallableOrBuilder

        RunCallableRequestOrBuilder getRunCallableOrBuilder()
        .org.platanios.tensorflow.proto.RunCallableRequest run_callable = 9;
      • hasReleaseCallable

        boolean hasReleaseCallable()
        .org.platanios.tensorflow.proto.ReleaseCallableRequest release_callable = 10;
        Returns:
        Whether the releaseCallable field is set.
      • getReleaseCallable

        ReleaseCallableRequest getReleaseCallable()
        .org.platanios.tensorflow.proto.ReleaseCallableRequest release_callable = 10;
        Returns:
        The releaseCallable.
      • getReleaseCallableOrBuilder

        ReleaseCallableRequestOrBuilder getReleaseCallableOrBuilder()
        .org.platanios.tensorflow.proto.ReleaseCallableRequest release_callable = 10;
      • hasNewReplaySession

        boolean hasNewReplaySession()
        .org.platanios.tensorflow.proto.NewReplaySession new_replay_session = 11;
        Returns:
        Whether the newReplaySession field is set.
      • getNewReplaySession

        ReplayLog.NewReplaySession getNewReplaySession()
        .org.platanios.tensorflow.proto.NewReplaySession new_replay_session = 11;
        Returns:
        The newReplaySession.
      • hasCreateSessionResponse

        boolean hasCreateSessionResponse()
        .org.platanios.tensorflow.proto.CreateSessionResponse create_session_response = 21;
        Returns:
        Whether the createSessionResponse field is set.
      • getCreateSessionResponse

        CreateSessionResponse getCreateSessionResponse()
        .org.platanios.tensorflow.proto.CreateSessionResponse create_session_response = 21;
        Returns:
        The createSessionResponse.
      • getCreateSessionResponseOrBuilder

        CreateSessionResponseOrBuilder getCreateSessionResponseOrBuilder()
        .org.platanios.tensorflow.proto.CreateSessionResponse create_session_response = 21;
      • hasExtendSessionResponse

        boolean hasExtendSessionResponse()
        .org.platanios.tensorflow.proto.ExtendSessionResponse extend_session_response = 22;
        Returns:
        Whether the extendSessionResponse field is set.
      • getExtendSessionResponse

        ExtendSessionResponse getExtendSessionResponse()
        .org.platanios.tensorflow.proto.ExtendSessionResponse extend_session_response = 22;
        Returns:
        The extendSessionResponse.
      • getExtendSessionResponseOrBuilder

        ExtendSessionResponseOrBuilder getExtendSessionResponseOrBuilder()
        .org.platanios.tensorflow.proto.ExtendSessionResponse extend_session_response = 22;
      • hasPartialRunSetupResponse

        boolean hasPartialRunSetupResponse()
        .org.platanios.tensorflow.proto.PartialRunSetupResponse partial_run_setup_response = 23;
        Returns:
        Whether the partialRunSetupResponse field is set.
      • getPartialRunSetupResponse

        PartialRunSetupResponse getPartialRunSetupResponse()
        .org.platanios.tensorflow.proto.PartialRunSetupResponse partial_run_setup_response = 23;
        Returns:
        The partialRunSetupResponse.
      • getPartialRunSetupResponseOrBuilder

        PartialRunSetupResponseOrBuilder getPartialRunSetupResponseOrBuilder()
        .org.platanios.tensorflow.proto.PartialRunSetupResponse partial_run_setup_response = 23;
      • hasRunStepResponse

        boolean hasRunStepResponse()
        .org.platanios.tensorflow.proto.RunStepResponse run_step_response = 24;
        Returns:
        Whether the runStepResponse field is set.
      • getRunStepResponse

        RunStepResponse getRunStepResponse()
        .org.platanios.tensorflow.proto.RunStepResponse run_step_response = 24;
        Returns:
        The runStepResponse.
      • getRunStepResponseOrBuilder

        RunStepResponseOrBuilder getRunStepResponseOrBuilder()
        .org.platanios.tensorflow.proto.RunStepResponse run_step_response = 24;
      • hasCloseSessionResponse

        boolean hasCloseSessionResponse()
        .org.platanios.tensorflow.proto.CloseSessionResponse close_session_response = 25;
        Returns:
        Whether the closeSessionResponse field is set.
      • getCloseSessionResponse

        CloseSessionResponse getCloseSessionResponse()
        .org.platanios.tensorflow.proto.CloseSessionResponse close_session_response = 25;
        Returns:
        The closeSessionResponse.
      • getCloseSessionResponseOrBuilder

        CloseSessionResponseOrBuilder getCloseSessionResponseOrBuilder()
        .org.platanios.tensorflow.proto.CloseSessionResponse close_session_response = 25;
      • hasListDevicesResponse

        boolean hasListDevicesResponse()
        .org.platanios.tensorflow.proto.ListDevicesResponse list_devices_response = 26;
        Returns:
        Whether the listDevicesResponse field is set.
      • getListDevicesResponse

        ListDevicesResponse getListDevicesResponse()
        .org.platanios.tensorflow.proto.ListDevicesResponse list_devices_response = 26;
        Returns:
        The listDevicesResponse.
      • getListDevicesResponseOrBuilder

        ListDevicesResponseOrBuilder getListDevicesResponseOrBuilder()
        .org.platanios.tensorflow.proto.ListDevicesResponse list_devices_response = 26;
      • hasResetRequestResponse

        boolean hasResetRequestResponse()
        .org.platanios.tensorflow.proto.ResetResponse reset_request_response = 27;
        Returns:
        Whether the resetRequestResponse field is set.
      • getResetRequestResponse

        ResetResponse getResetRequestResponse()
        .org.platanios.tensorflow.proto.ResetResponse reset_request_response = 27;
        Returns:
        The resetRequestResponse.
      • getResetRequestResponseOrBuilder

        ResetResponseOrBuilder getResetRequestResponseOrBuilder()
        .org.platanios.tensorflow.proto.ResetResponse reset_request_response = 27;
      • hasMakeCallableResponse

        boolean hasMakeCallableResponse()
        .org.platanios.tensorflow.proto.MakeCallableResponse make_callable_response = 28;
        Returns:
        Whether the makeCallableResponse field is set.
      • getMakeCallableResponse

        MakeCallableResponse getMakeCallableResponse()
        .org.platanios.tensorflow.proto.MakeCallableResponse make_callable_response = 28;
        Returns:
        The makeCallableResponse.
      • getMakeCallableResponseOrBuilder

        MakeCallableResponseOrBuilder getMakeCallableResponseOrBuilder()
        .org.platanios.tensorflow.proto.MakeCallableResponse make_callable_response = 28;
      • hasRunCallableResponse

        boolean hasRunCallableResponse()
        .org.platanios.tensorflow.proto.RunCallableResponse run_callable_response = 29;
        Returns:
        Whether the runCallableResponse field is set.
      • getRunCallableResponse

        RunCallableResponse getRunCallableResponse()
        .org.platanios.tensorflow.proto.RunCallableResponse run_callable_response = 29;
        Returns:
        The runCallableResponse.
      • getRunCallableResponseOrBuilder

        RunCallableResponseOrBuilder getRunCallableResponseOrBuilder()
        .org.platanios.tensorflow.proto.RunCallableResponse run_callable_response = 29;
      • hasReleaseCallableResponse

        boolean hasReleaseCallableResponse()
        .org.platanios.tensorflow.proto.ReleaseCallableResponse release_callable_response = 30;
        Returns:
        Whether the releaseCallableResponse field is set.
      • getReleaseCallableResponse

        ReleaseCallableResponse getReleaseCallableResponse()
        .org.platanios.tensorflow.proto.ReleaseCallableResponse release_callable_response = 30;
        Returns:
        The releaseCallableResponse.
      • getReleaseCallableResponseOrBuilder

        ReleaseCallableResponseOrBuilder getReleaseCallableResponseOrBuilder()
        .org.platanios.tensorflow.proto.ReleaseCallableResponse release_callable_response = 30;