CostGraphDef.Builder

public static final class CostGraphDef.Builder

tensorflow.CostGraphDef tipo tensorflow.CostGraphDef

Métodos Públicos

CostGraphDef.Builder
addAllCost (valores Iterable <? extends CostGraphDef.AggregatedCost >)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addAllNode (valores Iterable <? extends CostGraphDef.Node >)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addCost ( CostGraphDef.AggregatedCost.Builder builderForValue)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addCost ( CostGraphDef.AggregatedCost value)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addCost (int index, CostGraphDef.AggregatedCost value)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addCost (int index, CostGraphDef.AggregatedCost.Builder builderForValue)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCost.Builder
addCostBuilder ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCost.Builder
addCostBuilder (índice interno )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
addNode ( CostGraphDef.Node.Builder builderForValue)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addNode (índice interno , valor CostGraphDef.Node )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addNode (valor CostGraphDef.Node )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addNode (int index, CostGraphDef.Node.Builder builderForValue)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Node.Builder
addNodeBuilder ()
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Node.Builder
addNodeBuilder (índice interno )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
CostGraphDef
build ()
CostGraphDef
CostGraphDef.Builder
limpar ()
CostGraphDef.Builder
clearCost ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)
CostGraphDef.Builder
clearNode ()
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)
CostGraphDef.Builder
clone ()
CostGraphDef.AggregatedCost
getCost (int index)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCost.Builder
getCostBuilder (índice interno )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
List < CostGraphDef.AggregatedCost.Builder >
getCostBuilderList ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
int
getCostCount ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
List < CostGraphDef.AggregatedCost >
getCostList ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCostOrBuilder
getCostOrBuilder (índice interno )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
Lista <? estende CostGraphDef.AggregatedCostOrBuilder >
getCostOrBuilderList ()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef
final static com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
CostGraphDef.Node
getNode (índice interno )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Node.Builder
getNodeBuilder (índice interno )
repeated .tensorflow.CostGraphDef.Node node = 1;
List < CostGraphDef.Node.Builder >
getNodeBuilderList ()
repeated .tensorflow.CostGraphDef.Node node = 1;
int
getNodeCount ()
repeated .tensorflow.CostGraphDef.Node node = 1;
List < CostGraphDef.Node >
getNodeList ()
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.NodeOrBuilder
getNodeOrBuilder (índice interno )
repeated .tensorflow.CostGraphDef.Node node = 1;
Lista <? estende CostGraphDef.NodeOrBuilder >
getNodeOrBuilderList ()
repeated .tensorflow.CostGraphDef.Node node = 1;
final booleano
CostGraphDef.Builder
mergeFrom (com.google.protobuf.Message other)
CostGraphDef.Builder
mergeFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
CostGraphDef.Builder final
mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)
CostGraphDef.Builder
removeCost (índice interno )
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
removeNode (índice interno )
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
setCost (int index, CostGraphDef.AggregatedCost value)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
setCost (int index, CostGraphDef.AggregatedCost.Builder builderForValue)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Builder
setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)
CostGraphDef.Builder
setNode (int index, CostGraphDef.Node.Builder builderForValue)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
setNode (int index, CostGraphDef.Node value)
repeated .tensorflow.CostGraphDef.Node node = 1;
CostGraphDef.Builder
setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)
CostGraphDef.Builder final
setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

Métodos herdados

Métodos Públicos

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

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder addAllNode (Iterable <? extends CostGraphDef.Node > valores)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder addCost ( CostGraphDef.AggregatedCost.Builder builderForValue)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder addCost ( CostGraphDef.AggregatedCost value)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder addCost (int index, CostGraphDef.AggregatedCost value)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder addCost (int index, CostGraphDef.AggregatedCost.Builder builderForValue)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.AggregatedCost.Builder addCostBuilder ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.AggregatedCost.Builder addCostBuilder (índice interno )

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder addNode ( CostGraphDef.Node.Builder builderForValue)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder addNode (int index, CostGraphDef.Node value)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder addNode ( CostGraphDef.Node value)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder addNode (int index, CostGraphDef.Node.Builder builderForValue)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Node.Builder addNodeBuilder ()

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Node.Builder addNodeBuilder (índice interno )

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder addRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public CostGraphDef build ()

public CostGraphDef buildPartial ()

public CostGraphDef.Builder clear ()

public CostGraphDef.Builder clearCost ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder clearField (campo com.google.protobuf.Descriptors.FieldDescriptor)

public CostGraphDef.Builder clearNode ()

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder clearOneof (com.google.protobuf.Descriptors.OneofDescriptor oneof)

public CostGraphDef.Builder clone ()

public CostGraphDef.AggregatedCost getCost (int index)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.AggregatedCost.Builder getCostBuilder (índice interno )

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public List < CostGraphDef.AggregatedCost.Builder > getCostBuilderList ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public int getCostCount ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public List < CostGraphDef.AggregatedCost > getCostList ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.AggregatedCostOrBuilder getCostOrBuilder (índice interno )

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

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

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef getDefaultInstanceForType ()

public static final com.google.protobuf.Descriptors.Descriptor getDescriptor ()

public com.google.protobuf.Descriptors.Descriptor getDescriptorForType ()

public CostGraphDef.Node getNode (int index)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Node.Builder getNodeBuilder (índice interno )

repeated .tensorflow.CostGraphDef.Node node = 1;

public List < CostGraphDef.Node.Builder > getNodeBuilderList ()

repeated .tensorflow.CostGraphDef.Node node = 1;

public int getNodeCount ()

repeated .tensorflow.CostGraphDef.Node node = 1;

public List < CostGraphDef.Node > getNodeList ()

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.NodeOrBuilder getNodeOrBuilder (índice interno )

repeated .tensorflow.CostGraphDef.Node node = 1;

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

repeated .tensorflow.CostGraphDef.Node node = 1;

public final boolean isInitialized ()

public CostGraphDef.Builder mergeFrom (com.google.protobuf.Message other)

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

Lança
IOException

public final CostGraphDef.Builder mergeUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)

public CostGraphDef.Builder removeCost (índice int)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder removeNode (índice interno )

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder setCost (int index, CostGraphDef.AggregatedCost value)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder setCost (int index, CostGraphDef.AggregatedCost.Builder builderForValue)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public CostGraphDef.Builder setField (campo com.google.protobuf.Descriptors.FieldDescriptor, valor do objeto)

public CostGraphDef.Builder setNode (int index, CostGraphDef.Node.Builder builderForValue)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder setNode (int index, CostGraphDef.Node value)

repeated .tensorflow.CostGraphDef.Node node = 1;

public CostGraphDef.Builder setRepeatedField (campo com.google.protobuf.Descriptors.FieldDescriptor, índice int, valor do objeto)

public final CostGraphDef.Builder setUnknownFields (com.google.protobuf.UnknownFieldSet unknownFields)