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
int | COST_FIELD_NUMBER | |
int | NODE_FIELD_NUMBER |
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 |
hashCode()
|
final boolean | |
static CostGraphDef.Builder |
newBuilder(CostGraphDef prototype)
|
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
Constants
public static final int COST_FIELD_NUMBER
public static final int NODE_FIELD_NUMBER
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 final com.google.protobuf.Descriptors.Descriptor getDescriptor ()
public int getNodeCount ()
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 parseDelimitedFrom (InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Throws
IOException |
---|
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 void writeTo (com.google.protobuf.CodedOutputStream output)
Throws
IOException |
---|