Protobuf tipo tensorflow.RunMetadata.FunctionGraphs
Métodos públicos
| RunMetadata.FunctionGraphs.Builder | addAllPartitionGraphs (Iterable <? extiende los valores de GraphDef >) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | addPartitionGraphs (índice int, valor GraphDef ) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | addPartitionGraphs ( GraphDef.Builder builderForValue) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | addPartitionGraphs (valor GraphDef ) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | addPartitionGraphs (índice int, GraphDef.Builder builderForValue) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| GraphDef.Builder | addPartitionGraphsBuilder (índice int) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| GraphDef.Builder | addPartitionGraphsBuilder () TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
| RunMetadata.FunctionGraphs | construir () |
| RunMetadata.FunctionGraphs | buildPartial () |
| RunMetadata.FunctionGraphs.Builder | claro () |
| RunMetadata.FunctionGraphs.Builder | clearField (campo com.google.protobuf.Descriptors.FieldDescriptor) |
| RunMetadata.FunctionGraphs.Builder | clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof) |
| RunMetadata.FunctionGraphs.Builder | clearPartitionGraphs () TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | clearPostOptimizationGraph () .tensorflow.GraphDef post_optimization_graph = 3; |
| RunMetadata.FunctionGraphs.Builder | clearPreOptimizationGraph () .tensorflow.GraphDef pre_optimization_graph = 2; |
| RunMetadata.FunctionGraphs.Builder | clonar () |
| RunMetadata.FunctionGraphs | |
| com.google.protobuf.Descriptors.Descriptor estático final | |
| com.google.protobuf.Descriptors.Descriptor | |
| GraphDef | getPartitionGraphs (índice int) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| GraphDef.Builder | getPartitionGraphsBuilder (índice int) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| Lista < GraphDef.Builder > | getPartitionGraphsBuilderList () TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| En t | getPartitionGraphsCount () TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| Lista < GraphDef > | getPartitionGraphsList () TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| GraphDefOrBuilder | getPartitionGraphsOrBuilder (índice int) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| Lista <? extiende GraphDefOrBuilder > | getPartitionGraphsOrBuilderList () TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| GraphDef | getPostOptimizationGraph () .tensorflow.GraphDef post_optimization_graph = 3; |
| GraphDef.Builder | getPostOptimizationGraphBuilder () .tensorflow.GraphDef post_optimization_graph = 3; |
| GraphDefOrBuilder | getPostOptimizationGraphOrBuilder () .tensorflow.GraphDef post_optimization_graph = 3; |
| GraphDef | getPreOptimizationGraph () .tensorflow.GraphDef pre_optimization_graph = 2; |
| GraphDef.Builder | getPreOptimizationGraphBuilder () .tensorflow.GraphDef pre_optimization_graph = 2; |
| GraphDefOrBuilder | getPreOptimizationGraphOrBuilder () .tensorflow.GraphDef pre_optimization_graph = 2; |
| booleano | hasPostOptimizationGraph () .tensorflow.GraphDef post_optimization_graph = 3; |
| booleano | hasPreOptimizationGraph () .tensorflow.GraphDef pre_optimization_graph = 2; |
| booleano final | |
| RunMetadata.FunctionGraphs.Builder | mergeFrom (com.google.protobuf.Message otro) |
| RunMetadata.FunctionGraphs.Builder | mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| RunMetadata.FunctionGraphs.Builder | |
| RunMetadata.FunctionGraphs.Builder | |
| final RunMetadata.FunctionGraphs.Builder | mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
| RunMetadata.FunctionGraphs.Builder | removePartitionGraphs (índice int) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto) |
| RunMetadata.FunctionGraphs.Builder | setPartitionGraphs (índice int, GraphDef.Builder builderForValue) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | setPartitionGraphs (índice int, valor GraphDef ) TODO(nareshmodi): Include some sort of function/cache-key identifier? repeated .tensorflow.GraphDef partition_graphs = 1; |
| RunMetadata.FunctionGraphs.Builder | |
| RunMetadata.FunctionGraphs.Builder | setPostOptimizationGraph ( GraphDef.Builder builderForValue) .tensorflow.GraphDef post_optimization_graph = 3; |
| RunMetadata.FunctionGraphs.Builder | |
| RunMetadata.FunctionGraphs.Builder | setPreOptimizationGraph ( GraphDef.Builder builderForValue) .tensorflow.GraphDef pre_optimization_graph = 2; |
| RunMetadata.FunctionGraphs.Builder | setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto) |
| final RunMetadata.FunctionGraphs.Builder | setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields) |
Métodos heredados
Métodos públicos
public RunMetadata.FunctionGraphs.Builder addAllPartitionGraphs (Iterable <? extiende GraphDef > valores)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (índice int, valor GraphDef )
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public RunMetadata.FunctionGraphs.Builder addPartitionGraphs ( GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (valor GraphDef )
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; public RunMetadata.FunctionGraphs.Builder addPartitionGraphs (int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public GraphDef.Builder addPartitionGraphsBuilder (índice int)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public GraphDef.Builder addPartitionGraphsBuilder ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; public RunMetadata.FunctionGraphs.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public RunMetadata.FunctionGraphs.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
public RunMetadata.FunctionGraphs.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
public RunMetadata.FunctionGraphs.Builder clearPartitionGraphs ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public RunMetadata.FunctionGraphs.Builder clearPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder clearPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()
public GraphDef getPartitionGraphs (índice int)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public GraphDef.Builder getPartitionGraphsBuilder (índice int)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;Lista pública < GraphDef.Builder > getPartitionGraphsBuilderList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public int getPartitionGraphsCount ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;Lista pública < GraphDef > getPartitionGraphsList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public GraphDefOrBuilder getPartitionGraphsOrBuilder (índice int)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;Lista pública <? extiende GraphDefOrBuilder > getPartitionGraphsOrBuilderList ()
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public GraphDef.Builder getPostOptimizationGraphBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
public GraphDefOrBuilder getPostOptimizationGraphOrBuilder ()
.tensorflow.GraphDef post_optimization_graph = 3;
public GraphDef.Builder getPreOptimizationGraphBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public GraphDefOrBuilder getPreOptimizationGraphOrBuilder ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public boolean hasPostOptimizationGraph ()
.tensorflow.GraphDef post_optimization_graph = 3;
public boolean hasPreOptimizationGraph ()
.tensorflow.GraphDef pre_optimization_graph = 2;
public final boolean isInitialized ()
public RunMetadata.FunctionGraphs.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Lanza
| IOException |
|---|
public RunMetadata.FunctionGraphs.Builder mergePostOptimizationGraph (valor GraphDef )
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder mergePreOptimizationGraph (valor GraphDef )
.tensorflow.GraphDef pre_optimization_graph = 2;
public final RunMetadata.FunctionGraphs.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
public RunMetadata.FunctionGraphs.Builder removePartitionGraphs (índice int)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1; public RunMetadata.FunctionGraphs.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
public RunMetadata.FunctionGraphs.Builder setPartitionGraphs (int index, GraphDef.Builder builderForValue)
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public RunMetadata.FunctionGraphs.Builder setPartitionGraphs (índice int, valor GraphDef )
TODO(nareshmodi): Include some sort of function/cache-key identifier?
repeated .tensorflow.GraphDef partition_graphs = 1;public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph (valor GraphDef )
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder setPostOptimizationGraph ( GraphDef.Builder builderForValue)
.tensorflow.GraphDef post_optimization_graph = 3;
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph (valor GraphDef )
.tensorflow.GraphDef pre_optimization_graph = 2;
public RunMetadata.FunctionGraphs.Builder setPreOptimizationGraph ( GraphDef.Builder builderForValue)
.tensorflow.GraphDef pre_optimization_graph = 2;