Interface RunMetadata.FunctionGraphsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
RunMetadata.FunctionGraphs, RunMetadata.FunctionGraphs.Builder
Enclosing class:
RunMetadata

public static interface RunMetadata.FunctionGraphsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getPartitionGraphsList

      List<GraphDef> getPartitionGraphsList()
       TODO(nareshmodi): Include some sort of function/cache-key identifier?
       
      repeated .tensorflow.GraphDef partition_graphs = 1;
    • getPartitionGraphs

      GraphDef getPartitionGraphs(int index)
       TODO(nareshmodi): Include some sort of function/cache-key identifier?
       
      repeated .tensorflow.GraphDef partition_graphs = 1;
    • getPartitionGraphsCount

      int getPartitionGraphsCount()
       TODO(nareshmodi): Include some sort of function/cache-key identifier?
       
      repeated .tensorflow.GraphDef partition_graphs = 1;
    • getPartitionGraphsOrBuilderList

      List<? extends GraphDefOrBuilder> getPartitionGraphsOrBuilderList()
       TODO(nareshmodi): Include some sort of function/cache-key identifier?
       
      repeated .tensorflow.GraphDef partition_graphs = 1;
    • getPartitionGraphsOrBuilder

      GraphDefOrBuilder getPartitionGraphsOrBuilder(int index)
       TODO(nareshmodi): Include some sort of function/cache-key identifier?
       
      repeated .tensorflow.GraphDef partition_graphs = 1;
    • hasPreOptimizationGraph

      boolean hasPreOptimizationGraph()
      .tensorflow.GraphDef pre_optimization_graph = 2;
      Returns:
      Whether the preOptimizationGraph field is set.
    • getPreOptimizationGraph

      GraphDef getPreOptimizationGraph()
      .tensorflow.GraphDef pre_optimization_graph = 2;
      Returns:
      The preOptimizationGraph.
    • getPreOptimizationGraphOrBuilder

      GraphDefOrBuilder getPreOptimizationGraphOrBuilder()
      .tensorflow.GraphDef pre_optimization_graph = 2;
    • hasPostOptimizationGraph

      boolean hasPostOptimizationGraph()
      .tensorflow.GraphDef post_optimization_graph = 3;
      Returns:
      Whether the postOptimizationGraph field is set.
    • getPostOptimizationGraph

      GraphDef getPostOptimizationGraph()
      .tensorflow.GraphDef post_optimization_graph = 3;
      Returns:
      The postOptimizationGraph.
    • getPostOptimizationGraphOrBuilder

      GraphDefOrBuilder getPostOptimizationGraphOrBuilder()
      .tensorflow.GraphDef post_optimization_graph = 3;