CostGraphDef.Builder

clase final estática pública CostGraphDef.Builder

Protobuf tipo tensorflow.CostGraphDef

Métodos públicos

CostGraphDef.Builder
addAllCost (Iterable<? extiende los valores CostGraphDef.AggregatedCost >)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addAllNode (Iterable<? extiende los valores CostGraphDef.Node >)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addCost ( CostGraphDef.AggregatedCost.Builder builderForValue)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addCost (valor CostGraphDef.AggregatedCost )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addCost (índice int, valor CostGraphDef.AggregatedCost )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addCost (índice int, CostGraphDef.AggregatedCost.Builder builderForValue)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCost.Builder
agregarCostBuilder ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCost.Builder
addCostBuilder (índice int)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addNode ( CostGraphDef.Node.Builder builderForValue)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addNode (índice int, valor CostGraphDef.Node )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addNode (valor CostGraphDef.Node )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addNode (índice int, CostGraphDef.Node.Builder builderForValue)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Node.Builder
agregarNodeBuilder ()
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Node.Builder
addNodeBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CostoGráficoDef
CostoGráficoDef
CostGraphDef.Builder
claro ()
CostGraphDef.Builder
borrarCosto ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
CostGraphDef.Builder
borrarNodo ()
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor uno de)
CostGraphDef.Builder
clonar ()
CostGraphDef.AggregatedCost
getCost (índice int)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCost.Builder
getCostBuilder (índice int)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
Lista< CostGraphDef.AggregatedCost.Builder >
getCostBuilderList ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
En t
obtenerCostoCount ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
Lista< CostGraphDef.AggregatedCost >
obtener lista de costos ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCostOrBuilder
getCostOrBuilder (índice int)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
Lista<? extiende CostGraphDef.AggregatedCostOrBuilder >
getCostOrBuilderList ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostoGráficoDef
com.google.protobuf.Descriptors.Descriptor estático final
com.google.protobuf.Descriptors.Descriptor
CostGraphDef.Nodo
getNode (índice int)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Node.Builder
getNodeBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node node = 1;
Lista< CostGraphDef.Node.Builder >
getNodeBuilderList ()
repeated .tensorflow.CostGraphDef.Node node = 1;
En t
getNodeCount ()
repeated .tensorflow.CostGraphDef.Node node = 1;
Lista< CostGraphDef.Node >
obtener lista de nodos ()
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.NodeOrBuilder
getNodeOrBuilder (índice int)
repeated .tensorflow.CostGraphDef.Node node = 1;
Lista<? extiende CostGraphDef.NodeOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node node = 1;
booleano final
CostGraphDef.Builder
mergeFrom (com.google.protobuf.Message otro)
CostGraphDef.Builder
mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensiónRegistry)
final CostGraphDef.Builder
mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)
CostGraphDef.Builder
eliminarCosto (índice int)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
eliminarNodo (índice int)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
setCost (índice int, valor CostGraphDef.AggregatedCost )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
setCost (índice int, CostGraphDef.AggregatedCost.Builder builderForValue)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)
CostGraphDef.Builder
setNode (índice int, CostGraphDef.Node.Builder builderForValue)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
setNode (índice int, valor CostGraphDef.Node )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)
final CostGraphDef.Builder
setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

Métodos heredados

Métodos públicos

public CostGraphDef.Builder addAllCost (Iterable<? extiende los valores CostGraphDef.AggregatedCost >)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder addAllNode (Iterable<? extiende los valores de CostGraphDef.Node >)

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder addCost ( CostGraphDef.AggregatedCost.Builder builderForValue)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder addCost (valor CostGraphDef.AggregatedCost )

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder addCost (índice int, valor CostGraphDef.AggregatedCost )

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder addCost (índice int, CostGraphDef.AggregatedCost.Builder builderForValue)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.AggregatedCost.Builder addCostBuilder ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.AggregatedCost.Builder addCostBuilder (índice int)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder addNode ( CostGraphDef.Node.Builder builderForValue)

repeated .tensorflow.CostGraphDef.Node node = 1;

addNode público CostGraphDef.Builder (índice int, valor CostGraphDef.Node )

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder addNode (valor CostGraphDef.Node )

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder addNode (índice int, CostGraphDef.Node.Builder builderForValue)

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Node.Builder addNodeBuilder ()

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Node.Builder addNodeBuilder (índice int)

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

compilación pública CostGraphDef ()

public CostGraphDef buildPartial ()

público CostGraphDef.Builder claro ()

público CostGraphDef.Builder clearCost ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

público CostGraphDef.Builder clearNode ()

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

clon público CostGraphDef.Builder ()

CostGraphDef.AggregatedCost público getCost (índice int)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.AggregatedCost.Builder getCostBuilder (índice int)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

Lista pública< CostGraphDef.AggregatedCost.Builder > getCostBuilderList ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público int getCostCount ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

Lista pública< CostGraphDef.AggregatedCost > getCostList ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.AggregatedCostOrBuilder getCostOrBuilder (índice int)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

Lista pública<? extiende CostGraphDef.AggregatedCostOrBuilder > getCostOrBuilderList ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef getDefaultInstanceForType ()

público estático final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

público com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

público CostGraphDef.Node getNode (índice int)

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Node.Builder getNodeBuilder (índice int)

repeated .tensorflow.CostGraphDef.Node node = 1;

Lista pública< CostGraphDef.Node.Builder > getNodeBuilderList ()

repeated .tensorflow.CostGraphDef.Node node = 1;

público int getNodeCount ()

repeated .tensorflow.CostGraphDef.Node node = 1;

Lista pública< CostGraphDef.Node > getNodeList ()

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.NodeOrBuilder getNodeOrBuilder (índice int)

repeated .tensorflow.CostGraphDef.Node node = 1;

Lista pública<? extiende CostGraphDef.NodeOrBuilder > getNodeOrBuilderList ()

repeated .tensorflow.CostGraphDef.Node node = 1;

público final booleano isInitialized ()

público CostGraphDef.Builder mergeFrom (com.google.protobuf.Message otro)

public CostGraphDef.Builder mergeFrom (entrada com.google.protobuf.CodedInputStream, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Lanza
IOExcepción

CostGraphDef.Builder final público mergeUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)

CostGraphDef.Builder público removeCost (índice int)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder removeNode (índice int)

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder setCost (índice int, valor CostGraphDef.AggregatedCost )

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder setCost (índice int, CostGraphDef.AggregatedCost.Builder builderForValue)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

público CostGraphDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor del objeto)

público CostGraphDef.Builder setNode (índice int, CostGraphDef.Node.Builder builderForValue)

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder setNode (índice int, valor CostGraphDef.Node )

repeated .tensorflow.CostGraphDef.Node node = 1;

público CostGraphDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor del objeto)

CostGraphDef.Builder final público setUnknownFields (com.google.protobuf.UnknownFieldSet desconocidoFields)