Uses of Class
org.tensorflow.proto.CostGraphDef
Packages that use CostGraphDef
-
Uses of CostGraphDef in org.tensorflow.proto
Methods in org.tensorflow.proto that return CostGraphDefModifier and TypeMethodDescriptionCostGraphDef.Builder.build()CostGraphDef.Builder.buildPartial()RunMetadata.Builder.getCostGraph()The cost graph for the computation defined by the run call.RunMetadata.getCostGraph()The cost graph for the computation defined by the run call.RunMetadataOrBuilder.getCostGraph()The cost graph for the computation defined by the run call.static CostGraphDefCostGraphDef.getDefaultInstance()CostGraphDef.Builder.getDefaultInstanceForType()CostGraphDef.getDefaultInstanceForType()static CostGraphDefCostGraphDef.parseDelimitedFrom(InputStream input) static CostGraphDefCostGraphDef.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(byte[] data) static CostGraphDefCostGraphDef.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(ByteString data) static CostGraphDefCostGraphDef.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(CodedInputStream input) static CostGraphDefCostGraphDef.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(InputStream input) static CostGraphDefCostGraphDef.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(ByteBuffer data) static CostGraphDefCostGraphDef.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type CostGraphDefModifier and TypeMethodDescriptionCostGraphDef.getParserForType()static Parser<CostGraphDef> CostGraphDef.parser()Methods in org.tensorflow.proto with parameters of type CostGraphDefModifier and TypeMethodDescriptionRunMetadata.Builder.mergeCostGraph(CostGraphDef value) The cost graph for the computation defined by the run call.CostGraphDef.Builder.mergeFrom(CostGraphDef other) static CostGraphDef.BuilderCostGraphDef.newBuilder(CostGraphDef prototype) RunMetadata.Builder.setCostGraph(CostGraphDef value) The cost graph for the computation defined by the run call.