Uses of Class
org.tensorflow.framework.CostGraphDef
-
Packages that use CostGraphDef Package Description org.tensorflow.distruntime org.tensorflow.framework -
-
Uses of CostGraphDef in org.tensorflow.distruntime
Methods in org.tensorflow.distruntime that return CostGraphDef Modifier and Type Method Description CostGraphDefRunGraphResponse.Builder. getCostGraph().tensorflow.CostGraphDef cost_graph = 3;CostGraphDefRunGraphResponse. getCostGraph().tensorflow.CostGraphDef cost_graph = 3;CostGraphDefRunGraphResponseOrBuilder. getCostGraph().tensorflow.CostGraphDef cost_graph = 3;Methods in org.tensorflow.distruntime with parameters of type CostGraphDef Modifier and Type Method Description RunGraphResponse.BuilderRunGraphResponse.Builder. mergeCostGraph(CostGraphDef value).tensorflow.CostGraphDef cost_graph = 3;RunGraphResponse.BuilderRunGraphResponse.Builder. setCostGraph(CostGraphDef value).tensorflow.CostGraphDef cost_graph = 3; -
Uses of CostGraphDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return CostGraphDef Modifier and Type Method Description CostGraphDefCostGraphDef.Builder. build()CostGraphDefCostGraphDef.Builder. buildPartial()CostGraphDefRunMetadata.Builder. getCostGraph()The cost graph for the computation defined by the run call.CostGraphDefRunMetadata. getCostGraph()The cost graph for the computation defined by the run call.CostGraphDefRunMetadataOrBuilder. getCostGraph()The cost graph for the computation defined by the run call.static CostGraphDefCostGraphDef. getDefaultInstance()CostGraphDefCostGraphDef.Builder. getDefaultInstanceForType()CostGraphDefCostGraphDef. getDefaultInstanceForType()static CostGraphDefCostGraphDef. parseDelimitedFrom(InputStream input)static CostGraphDefCostGraphDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CostGraphDefCostGraphDef. parseFrom(byte[] data)static CostGraphDefCostGraphDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CostGraphDefCostGraphDef. parseFrom(InputStream input)static CostGraphDefCostGraphDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CostGraphDefCostGraphDef. parseFrom(ByteBuffer data)static CostGraphDefCostGraphDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CostGraphDefCostGraphDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static CostGraphDefCostGraphDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static CostGraphDefCostGraphDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static CostGraphDefCostGraphDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type CostGraphDef Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<CostGraphDef>CostGraphDef. getParserForType()static org.nd4j.shade.protobuf.Parser<CostGraphDef>CostGraphDef. parser()Methods in org.tensorflow.framework with parameters of type CostGraphDef Modifier and Type Method Description RunMetadata.BuilderRunMetadata.Builder. mergeCostGraph(CostGraphDef value)The cost graph for the computation defined by the run call.CostGraphDef.BuilderCostGraphDef.Builder. mergeFrom(CostGraphDef other)static CostGraphDef.BuilderCostGraphDef. newBuilder(CostGraphDef prototype)RunMetadata.BuilderRunMetadata.Builder. setCostGraph(CostGraphDef value)The cost graph for the computation defined by the run call.
-