Interface RunGraphResponseOrBuilder

  • All Superinterfaces:
    com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    RunGraphResponse, RunGraphResponse.Builder

    public interface RunGraphResponseOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      CostGraphDef getCostGraph()
      .org.platanios.tensorflow.proto.CostGraphDef cost_graph = 3;
      CostGraphDefOrBuilder getCostGraphOrBuilder()
      .org.platanios.tensorflow.proto.CostGraphDef cost_graph = 3;
      GraphDef getPartitionGraph​(int index)
      repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      int getPartitionGraphCount()
      repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      java.util.List<GraphDef> getPartitionGraphList()
      repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      GraphDefOrBuilder getPartitionGraphOrBuilder​(int index)
      repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      java.util.List<? extends GraphDefOrBuilder> getPartitionGraphOrBuilderList()
      repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      NamedTensorProto getRecv​(int index)
      A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
      int getRecvCount()
      A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
      java.util.List<NamedTensorProto> getRecvList()
      A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
      NamedTensorProtoOrBuilder getRecvOrBuilder​(int index)
      A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
      java.util.List<? extends NamedTensorProtoOrBuilder> getRecvOrBuilderList()
      A list of tensors corresponding to those requested by `RunGraphRequest.recv_key`.
      Code getStatusCode()
      If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
      int getStatusCodeValue()
      If store_errors_in_response_body is true in the request, then optionally the server may return an OK status for the RPC and fill the true status into the fields below, to allow for messages that are too long to fit in metadata.
      java.lang.String getStatusErrorMessage()
      string status_error_message = 6;
      com.google.protobuf.ByteString getStatusErrorMessageBytes()
      string status_error_message = 6;
      StepStats getStepStats()
      If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.
      StepStatsOrBuilder getStepStatsOrBuilder()
      If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.
      boolean hasCostGraph()
      .org.platanios.tensorflow.proto.CostGraphDef cost_graph = 3;
      boolean hasStepStats()
      If the request asked for execution stats, the cost graph, or the partition graphs, these are returned here.
      • Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

        isInitialized
      • Methods inherited from interface com.google.protobuf.MessageOrBuilder

        findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
    • Method Detail

      • getRecvList

        java.util.List<NamedTensorProto> getRecvList()
         A list of tensors corresponding to those requested by
         `RunGraphRequest.recv_key`.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto recv = 1;
      • getRecv

        NamedTensorProto getRecv​(int index)
         A list of tensors corresponding to those requested by
         `RunGraphRequest.recv_key`.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto recv = 1;
      • getRecvCount

        int getRecvCount()
         A list of tensors corresponding to those requested by
         `RunGraphRequest.recv_key`.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto recv = 1;
      • getRecvOrBuilderList

        java.util.List<? extends NamedTensorProtoOrBuilder> getRecvOrBuilderList()
         A list of tensors corresponding to those requested by
         `RunGraphRequest.recv_key`.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto recv = 1;
      • getRecvOrBuilder

        NamedTensorProtoOrBuilder getRecvOrBuilder​(int index)
         A list of tensors corresponding to those requested by
         `RunGraphRequest.recv_key`.
         
        repeated .org.platanios.tensorflow.proto.NamedTensorProto recv = 1;
      • hasStepStats

        boolean hasStepStats()
         If the request asked for execution stats, the cost graph, or the partition
         graphs, these are returned here.
         TODO(suharshs): Package these in a RunMetadata instead.
         
        .org.platanios.tensorflow.proto.StepStats step_stats = 2;
        Returns:
        Whether the stepStats field is set.
      • getStepStats

        StepStats getStepStats()
         If the request asked for execution stats, the cost graph, or the partition
         graphs, these are returned here.
         TODO(suharshs): Package these in a RunMetadata instead.
         
        .org.platanios.tensorflow.proto.StepStats step_stats = 2;
        Returns:
        The stepStats.
      • getStepStatsOrBuilder

        StepStatsOrBuilder getStepStatsOrBuilder()
         If the request asked for execution stats, the cost graph, or the partition
         graphs, these are returned here.
         TODO(suharshs): Package these in a RunMetadata instead.
         
        .org.platanios.tensorflow.proto.StepStats step_stats = 2;
      • hasCostGraph

        boolean hasCostGraph()
        .org.platanios.tensorflow.proto.CostGraphDef cost_graph = 3;
        Returns:
        Whether the costGraph field is set.
      • getCostGraph

        CostGraphDef getCostGraph()
        .org.platanios.tensorflow.proto.CostGraphDef cost_graph = 3;
        Returns:
        The costGraph.
      • getCostGraphOrBuilder

        CostGraphDefOrBuilder getCostGraphOrBuilder()
        .org.platanios.tensorflow.proto.CostGraphDef cost_graph = 3;
      • getPartitionGraphList

        java.util.List<GraphDef> getPartitionGraphList()
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      • getPartitionGraph

        GraphDef getPartitionGraph​(int index)
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      • getPartitionGraphCount

        int getPartitionGraphCount()
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      • getPartitionGraphOrBuilderList

        java.util.List<? extends GraphDefOrBuilder> getPartitionGraphOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      • getPartitionGraphOrBuilder

        GraphDefOrBuilder getPartitionGraphOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.GraphDef partition_graph = 4;
      • getStatusCodeValue

        int getStatusCodeValue()
         If store_errors_in_response_body is true in the request, then
         optionally the server may return an OK status for the RPC and
         fill the true status into the fields below, to allow for messages
         that are too long to fit in metadata.
         
        .org.platanios.tensorflow.proto.error.Code status_code = 5;
        Returns:
        The enum numeric value on the wire for statusCode.
      • getStatusCode

        Code getStatusCode()
         If store_errors_in_response_body is true in the request, then
         optionally the server may return an OK status for the RPC and
         fill the true status into the fields below, to allow for messages
         that are too long to fit in metadata.
         
        .org.platanios.tensorflow.proto.error.Code status_code = 5;
        Returns:
        The statusCode.
      • getStatusErrorMessage

        java.lang.String getStatusErrorMessage()
        string status_error_message = 6;
        Returns:
        The statusErrorMessage.
      • getStatusErrorMessageBytes

        com.google.protobuf.ByteString getStatusErrorMessageBytes()
        string status_error_message = 6;
        Returns:
        The bytes for statusErrorMessage.