Interface GraphTransferInfoOrBuilder

  • All Superinterfaces:
    org.nd4j.shade.protobuf.MessageLiteOrBuilder, org.nd4j.shade.protobuf.MessageOrBuilder
    All Known Implementing Classes:
    GraphTransferInfo, GraphTransferInfo.Builder

    public interface GraphTransferInfoOrBuilder
    extends org.nd4j.shade.protobuf.MessageOrBuilder
    • Method Detail

      • getNodeInfo

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

        int getNodeInfoCount()
        repeated .tensorflow.GraphTransferNodeInfo node_info = 1;
      • getConstNodeInfo

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

        int getConstNodeInfoCount()
        repeated .tensorflow.GraphTransferConstNodeInfo const_node_info = 2;
      • getNodeInputInfo

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

        int getNodeInputInfoCount()
        repeated .tensorflow.GraphTransferNodeInputInfo node_input_info = 3;
      • getNodeOutputInfo

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

        int getNodeOutputInfoCount()
        repeated .tensorflow.GraphTransferNodeOutputInfo node_output_info = 4;
      • getGraphInputNodeInfoList

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

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

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

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

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

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

        int getGraphOutputNodeInfoCount()
        repeated .tensorflow.GraphTransferGraphOutputNodeInfo graph_output_node_info = 6;
      • getGraphOutputNodeInfoOrBuilder

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

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

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