Package org.platanios.tensorflow.proto
Interface CostGraphDefOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
CostGraphDef
,CostGraphDef.Builder
public interface CostGraphDefOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CostGraphDef.AggregatedCost
getCost(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
int
getCostCount()
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
java.util.List<CostGraphDef.AggregatedCost>
getCostList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.AggregatedCostOrBuilder
getCostOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
java.util.List<? extends CostGraphDef.AggregatedCostOrBuilder>
getCostOrBuilderList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
CostGraphDef.Node
getNode(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
int
getNodeCount()
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
java.util.List<CostGraphDef.Node>
getNodeList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
CostGraphDef.NodeOrBuilder
getNodeOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
java.util.List<? extends CostGraphDef.NodeOrBuilder>
getNodeOrBuilderList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getNodeList
java.util.List<CostGraphDef.Node> getNodeList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
-
getNode
CostGraphDef.Node getNode(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
-
getNodeCount
int getNodeCount()
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
-
getNodeOrBuilderList
java.util.List<? extends CostGraphDef.NodeOrBuilder> getNodeOrBuilderList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
-
getNodeOrBuilder
CostGraphDef.NodeOrBuilder getNodeOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.Node node = 1;
-
getCostList
java.util.List<CostGraphDef.AggregatedCost> getCostList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
-
getCost
CostGraphDef.AggregatedCost getCost(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
-
getCostCount
int getCostCount()
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
-
getCostOrBuilderList
java.util.List<? extends CostGraphDef.AggregatedCostOrBuilder> getCostOrBuilderList()
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
-
getCostOrBuilder
CostGraphDef.AggregatedCostOrBuilder getCostOrBuilder(int index)
repeated .org.platanios.tensorflow.proto.CostGraphDef.AggregatedCost cost = 2;
-
-