Interface GraphTransferInfoOrBuilder

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

    public interface GraphTransferInfoOrBuilder
    extends com.google.protobuf.MessageOrBuilder
    • Method Detail

      • getNodeInfoList

        java.util.List<GraphTransferNodeInfo> getNodeInfoList()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInfo node_info = 1;
      • getNodeInfo

        GraphTransferNodeInfo getNodeInfo​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInfo node_info = 1;
      • getNodeInfoCount

        int getNodeInfoCount()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInfo node_info = 1;
      • getNodeInfoOrBuilderList

        java.util.List<? extends GraphTransferNodeInfoOrBuilder> getNodeInfoOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInfo node_info = 1;
      • getNodeInfoOrBuilder

        GraphTransferNodeInfoOrBuilder getNodeInfoOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInfo node_info = 1;
      • getConstNodeInfoList

        java.util.List<GraphTransferConstNodeInfo> getConstNodeInfoList()
        repeated .org.platanios.tensorflow.proto.GraphTransferConstNodeInfo const_node_info = 2;
      • getConstNodeInfo

        GraphTransferConstNodeInfo getConstNodeInfo​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferConstNodeInfo const_node_info = 2;
      • getConstNodeInfoCount

        int getConstNodeInfoCount()
        repeated .org.platanios.tensorflow.proto.GraphTransferConstNodeInfo const_node_info = 2;
      • getConstNodeInfoOrBuilderList

        java.util.List<? extends GraphTransferConstNodeInfoOrBuilder> getConstNodeInfoOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GraphTransferConstNodeInfo const_node_info = 2;
      • getConstNodeInfoOrBuilder

        GraphTransferConstNodeInfoOrBuilder getConstNodeInfoOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferConstNodeInfo const_node_info = 2;
      • getNodeInputInfoList

        java.util.List<GraphTransferNodeInputInfo> getNodeInputInfoList()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInputInfo node_input_info = 3;
      • getNodeInputInfo

        GraphTransferNodeInputInfo getNodeInputInfo​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInputInfo node_input_info = 3;
      • getNodeInputInfoCount

        int getNodeInputInfoCount()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInputInfo node_input_info = 3;
      • getNodeInputInfoOrBuilderList

        java.util.List<? extends GraphTransferNodeInputInfoOrBuilder> getNodeInputInfoOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInputInfo node_input_info = 3;
      • getNodeInputInfoOrBuilder

        GraphTransferNodeInputInfoOrBuilder getNodeInputInfoOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeInputInfo node_input_info = 3;
      • getNodeOutputInfoList

        java.util.List<GraphTransferNodeOutputInfo> getNodeOutputInfoList()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeOutputInfo node_output_info = 4;
      • getNodeOutputInfo

        GraphTransferNodeOutputInfo getNodeOutputInfo​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeOutputInfo node_output_info = 4;
      • getNodeOutputInfoCount

        int getNodeOutputInfoCount()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeOutputInfo node_output_info = 4;
      • getNodeOutputInfoOrBuilderList

        java.util.List<? extends GraphTransferNodeOutputInfoOrBuilder> getNodeOutputInfoOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeOutputInfo node_output_info = 4;
      • getNodeOutputInfoOrBuilder

        GraphTransferNodeOutputInfoOrBuilder getNodeOutputInfoOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferNodeOutputInfo node_output_info = 4;
      • getGraphInputNodeInfoList

        java.util.List<GraphTransferGraphInputNodeInfo> getGraphInputNodeInfoList()
         Input Node parameters of transferred graph
         
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
      • getGraphInputNodeInfo

        GraphTransferGraphInputNodeInfo getGraphInputNodeInfo​(int index)
         Input Node parameters of transferred graph
         
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
      • getGraphInputNodeInfoCount

        int getGraphInputNodeInfoCount()
         Input Node parameters of transferred graph
         
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
      • getGraphInputNodeInfoOrBuilderList

        java.util.List<? extends GraphTransferGraphInputNodeInfoOrBuilder> getGraphInputNodeInfoOrBuilderList()
         Input Node parameters of transferred graph
         
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
      • getGraphInputNodeInfoOrBuilder

        GraphTransferGraphInputNodeInfoOrBuilder getGraphInputNodeInfoOrBuilder​(int index)
         Input Node parameters of transferred graph
         
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphInputNodeInfo graph_input_node_info = 5;
      • getGraphOutputNodeInfoList

        java.util.List<GraphTransferGraphOutputNodeInfo> getGraphOutputNodeInfoList()
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
      • getGraphOutputNodeInfo

        GraphTransferGraphOutputNodeInfo getGraphOutputNodeInfo​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
      • getGraphOutputNodeInfoCount

        int getGraphOutputNodeInfoCount()
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
      • getGraphOutputNodeInfoOrBuilderList

        java.util.List<? extends GraphTransferGraphOutputNodeInfoOrBuilder> getGraphOutputNodeInfoOrBuilderList()
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
      • getGraphOutputNodeInfoOrBuilder

        GraphTransferGraphOutputNodeInfoOrBuilder getGraphOutputNodeInfoOrBuilder​(int index)
        repeated .org.platanios.tensorflow.proto.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
      • getDestinationValue

        int getDestinationValue()
         Destination of graph transfer
         
        .org.platanios.tensorflow.proto.GraphTransferInfo.Destination destination = 7;
        Returns:
        The enum numeric value on the wire for destination.
      • getDestination

        GraphTransferInfo.Destination getDestination()
         Destination of graph transfer
         
        .org.platanios.tensorflow.proto.GraphTransferInfo.Destination destination = 7;
        Returns:
        The destination.