CostGraphDef

public final class CostGraphDef

Protobuf type tensorflow.CostGraphDef

Nested Classes

class CostGraphDef.AggregatedCost
 Total cost of this graph, typically used for balancing decisions. 
interface CostGraphDef.AggregatedCostOrBuilder  
class CostGraphDef.Builder Protobuf type tensorflow.CostGraphDef  
class CostGraphDef.Node Protobuf type tensorflow.CostGraphDef.Node  
interface CostGraphDef.NodeOrBuilder  

Constants

Public Methods

boolean
equals(Object obj)
CostGraphDef.AggregatedCost
getCost(int index)
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(int index)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
List<? extends CostGraphDef.AggregatedCostOrBuilder>
getCostOrBuilderList()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
static CostGraphDef
CostGraphDef
final static com.google.protobuf.Descriptors.Descriptor
CostGraphDef.Node
getNode(int index)
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(int index)
repeated .tensorflow.CostGraphDef.Node node = 1;
List<? extends CostGraphDef.NodeOrBuilder>
getNodeOrBuilderList()
repeated .tensorflow.CostGraphDef.Node node = 1;
int
final com.google.protobuf.UnknownFieldSet
int
final boolean
static CostGraphDef.Builder
static CostGraphDef.Builder
CostGraphDef.Builder
static CostGraphDef
parseDelimitedFrom(InputStream input)
static CostGraphDef
parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef
parseFrom(ByteBuffer data)
static CostGraphDef
parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef
parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef
parseFrom(com.google.protobuf.CodedInputStream input)
static CostGraphDef
parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef
parseFrom(com.google.protobuf.ByteString data)
static CostGraphDef
parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static CostGraphDef
parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static
parser()
CostGraphDef.Builder
void
writeTo(com.google.protobuf.CodedOutputStream output)

Inherited Methods

boolean
equals(Object arg0)
final Class<?>
getClass()
int
hashCode()
final void
notify()
final void
notifyAll()
String
toString()
final void
wait(long arg0, int arg1)
final void
wait(long arg0)
final void
wait()
org.tensorflow.proto.framework.CostGraphDefOrBuilder
abstract CostGraphDef.AggregatedCost
getCost(int index)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
abstract int
getCostCount()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
abstract List<CostGraphDef.AggregatedCost>
getCostList()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
abstract CostGraphDef.AggregatedCostOrBuilder
getCostOrBuilder(int index)
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
abstract List<? extends CostGraphDef.AggregatedCostOrBuilder>
getCostOrBuilderList()
repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;
abstract CostGraphDef.Node
getNode(int index)
repeated .tensorflow.CostGraphDef.Node node = 1;
abstract int
getNodeCount()
repeated .tensorflow.CostGraphDef.Node node = 1;
abstract List<CostGraphDef.Node>
getNodeList()
repeated .tensorflow.CostGraphDef.Node node = 1;
abstract CostGraphDef.NodeOrBuilder
getNodeOrBuilder(int index)
repeated .tensorflow.CostGraphDef.Node node = 1;
abstract List<? extends CostGraphDef.NodeOrBuilder>
getNodeOrBuilderList()
repeated .tensorflow.CostGraphDef.Node node = 1;

Constants

public static final int COST_FIELD_NUMBER

Constant Value: 2

public static final int NODE_FIELD_NUMBER

Constant Value: 1

Public Methods

public boolean equals (Object obj)

public CostGraphDef.AggregatedCost getCost (int index)

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 (int index)

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public List<? extends CostGraphDef.AggregatedCostOrBuilder> getCostOrBuilderList ()

repeated .tensorflow.CostGraphDef.AggregatedCost cost = 2;

public static CostGraphDef getDefaultInstance ()

public CostGraphDef getDefaultInstanceForType ()

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

public CostGraphDef.Node getNode (int index)

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 (int index)

repeated .tensorflow.CostGraphDef.Node node = 1;

public List<? extends CostGraphDef.NodeOrBuilder> getNodeOrBuilderList ()

repeated .tensorflow.CostGraphDef.Node node = 1;

public getParserForType ()

public int getSerializedSize ()

public final com.google.protobuf.UnknownFieldSet getUnknownFields ()

public int hashCode ()

public final boolean isInitialized ()

public static CostGraphDef.Builder newBuilder (CostGraphDef prototype)

public static CostGraphDef.Builder newBuilder ()

public CostGraphDef.Builder newBuilderForType ()

public static CostGraphDef parseDelimitedFrom (InputStream input)

Throws
IOException

public static CostGraphDef parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef parseFrom (ByteBuffer data)

Throws
InvalidProtocolBufferException

public static CostGraphDef parseFrom (com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef parseFrom (ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static CostGraphDef parseFrom (com.google.protobuf.CodedInputStream input)

Throws
IOException

public static CostGraphDef parseFrom (byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static CostGraphDef parseFrom (com.google.protobuf.ByteString data)

Throws
InvalidProtocolBufferException

public static CostGraphDef parseFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
IOException

public static CostGraphDef parseFrom (com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)

Throws
InvalidProtocolBufferException

public static parser ()

public CostGraphDef.Builder toBuilder ()

public void writeTo (com.google.protobuf.CodedOutputStream output)

Throws
IOException