Uses of Class
org.tensorflow.framework.CostGraphDef
Packages that use CostGraphDef
-
Uses of CostGraphDef in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(byte[] data) static CostGraphDefCostGraphDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(com.google.protobuf.ByteString data) static CostGraphDefCostGraphDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(com.google.protobuf.CodedInputStream input) static CostGraphDefCostGraphDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(InputStream input) static CostGraphDefCostGraphDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static CostGraphDefCostGraphDef.parseFrom(ByteBuffer data) static CostGraphDefCostGraphDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type CostGraphDefModifier and TypeMethodDescriptioncom.google.protobuf.Parser<CostGraphDef> CostGraphDef.getParserForType()static com.google.protobuf.Parser<CostGraphDef> CostGraphDef.parser()Methods in org.tensorflow.framework 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.