Uses of Class
org.tensorflow.proto.NodeDef.ExperimentalDebugInfo
Packages that use NodeDef.ExperimentalDebugInfo
-
Uses of NodeDef.ExperimentalDebugInfo in org.tensorflow.proto
Methods in org.tensorflow.proto that return NodeDef.ExperimentalDebugInfoModifier and TypeMethodDescriptionNodeDef.ExperimentalDebugInfo.Builder.build()NodeDef.ExperimentalDebugInfo.Builder.buildPartial()NodeDef.ExperimentalDebugInfo.getDefaultInstance()NodeDef.ExperimentalDebugInfo.Builder.getDefaultInstanceForType()NodeDef.ExperimentalDebugInfo.getDefaultInstanceForType()NodeDef.Builder.getExperimentalDebugInfo()This stores debug information associated with the node.NodeDef.getExperimentalDebugInfo()This stores debug information associated with the node.NodeDefOrBuilder.getExperimentalDebugInfo()This stores debug information associated with the node.NodeDef.ExperimentalDebugInfo.parseDelimitedFrom(InputStream input) NodeDef.ExperimentalDebugInfo.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) NodeDef.ExperimentalDebugInfo.parseFrom(byte[] data) NodeDef.ExperimentalDebugInfo.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) NodeDef.ExperimentalDebugInfo.parseFrom(ByteString data) NodeDef.ExperimentalDebugInfo.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) NodeDef.ExperimentalDebugInfo.parseFrom(CodedInputStream input) NodeDef.ExperimentalDebugInfo.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) NodeDef.ExperimentalDebugInfo.parseFrom(InputStream input) NodeDef.ExperimentalDebugInfo.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) NodeDef.ExperimentalDebugInfo.parseFrom(ByteBuffer data) NodeDef.ExperimentalDebugInfo.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type NodeDef.ExperimentalDebugInfoModifier and TypeMethodDescriptionNodeDef.ExperimentalDebugInfo.getParserForType()static Parser<NodeDef.ExperimentalDebugInfo> NodeDef.ExperimentalDebugInfo.parser()Methods in org.tensorflow.proto with parameters of type NodeDef.ExperimentalDebugInfoModifier and TypeMethodDescriptionNodeDef.Builder.mergeExperimentalDebugInfo(NodeDef.ExperimentalDebugInfo value) This stores debug information associated with the node.NodeDef.ExperimentalDebugInfo.Builder.mergeFrom(NodeDef.ExperimentalDebugInfo other) NodeDef.ExperimentalDebugInfo.newBuilder(NodeDef.ExperimentalDebugInfo prototype) NodeDef.Builder.setExperimentalDebugInfo(NodeDef.ExperimentalDebugInfo value) This stores debug information associated with the node.