Interface EagerServiceOuterClass.QueueItemOrBuilder

    • Method Detail

      • hasHandleToDecref

        boolean hasHandleToDecref()
        .org.platanios.tensorflow.proto.RemoteTensorHandle handle_to_decref = 1;
        Returns:
        Whether the handleToDecref field is set.
      • getHandleToDecref

        RemoteTensorHandle getHandleToDecref()
        .org.platanios.tensorflow.proto.RemoteTensorHandle handle_to_decref = 1;
        Returns:
        The handleToDecref.
      • getHandleToDecrefOrBuilder

        RemoteTensorHandleOrBuilder getHandleToDecrefOrBuilder()
        .org.platanios.tensorflow.proto.RemoteTensorHandle handle_to_decref = 1;
      • hasOperation

        boolean hasOperation()
        .org.platanios.tensorflow.proto.Operation operation = 2;
        Returns:
        Whether the operation field is set.
      • hasSendTensor

        boolean hasSendTensor()
        .org.platanios.tensorflow.proto.SendTensorOp send_tensor = 3;
        Returns:
        Whether the sendTensor field is set.
      • hasRegisterFunction

        boolean hasRegisterFunction()
         Takes a FunctionDef and makes it enqueable on the remote worker.
         
        .org.platanios.tensorflow.proto.RegisterFunctionOp register_function = 4;
        Returns:
        Whether the registerFunction field is set.
      • getRegisterFunction

        EagerServiceOuterClass.RegisterFunctionOp getRegisterFunction()
         Takes a FunctionDef and makes it enqueable on the remote worker.
         
        .org.platanios.tensorflow.proto.RegisterFunctionOp register_function = 4;
        Returns:
        The registerFunction.
      • getRegisterFunctionOrBuilder

        EagerServiceOuterClass.RegisterFunctionOpOrBuilder getRegisterFunctionOrBuilder()
         Takes a FunctionDef and makes it enqueable on the remote worker.
         
        .org.platanios.tensorflow.proto.RegisterFunctionOp register_function = 4;
      • hasCleanupFunction

        boolean hasCleanupFunction()
        .org.platanios.tensorflow.proto.CleanupFunctionOp cleanup_function = 5;
        Returns:
        Whether the cleanupFunction field is set.
      • hasSyncRemoteExecutorForStream

        boolean hasSyncRemoteExecutorForStream()
         A remote executor is created to execute ops/functions asynchronously
         enqueued in streaming call. Request with this item type waits for pending
         nodes to finish on the remote executor and report status.
         
        .org.platanios.tensorflow.proto.SyncRemoteExecutorForStream sync_remote_executor_for_stream = 6;
        Returns:
        Whether the syncRemoteExecutorForStream field is set.
      • getSyncRemoteExecutorForStream

        EagerServiceOuterClass.SyncRemoteExecutorForStream getSyncRemoteExecutorForStream()
         A remote executor is created to execute ops/functions asynchronously
         enqueued in streaming call. Request with this item type waits for pending
         nodes to finish on the remote executor and report status.
         
        .org.platanios.tensorflow.proto.SyncRemoteExecutorForStream sync_remote_executor_for_stream = 6;
        Returns:
        The syncRemoteExecutorForStream.
      • getSyncRemoteExecutorForStreamOrBuilder

        EagerServiceOuterClass.SyncRemoteExecutorForStreamOrBuilder getSyncRemoteExecutorForStreamOrBuilder()
         A remote executor is created to execute ops/functions asynchronously
         enqueued in streaming call. Request with this item type waits for pending
         nodes to finish on the remote executor and report status.
         
        .org.platanios.tensorflow.proto.SyncRemoteExecutorForStream sync_remote_executor_for_stream = 6;