Uses of Class
org.tensorflow.proto.DebuggedSourceFile
Packages that use DebuggedSourceFile
-
Uses of DebuggedSourceFile in org.tensorflow.proto
Methods in org.tensorflow.proto that return DebuggedSourceFileModifier and TypeMethodDescriptionDebuggedSourceFile.Builder.build()DebuggedSourceFile.Builder.buildPartial()static DebuggedSourceFileDebuggedSourceFile.getDefaultInstance()DebuggedSourceFile.Builder.getDefaultInstanceForType()DebuggedSourceFile.getDefaultInstanceForType()DebuggedSourceFiles.Builder.getSourceFiles(int index) A collection of source code files.DebuggedSourceFiles.getSourceFiles(int index) A collection of source code files.DebuggedSourceFilesOrBuilder.getSourceFiles(int index) A collection of source code files.static DebuggedSourceFileDebuggedSourceFile.parseDelimitedFrom(InputStream input) static DebuggedSourceFileDebuggedSourceFile.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(byte[] data) static DebuggedSourceFileDebuggedSourceFile.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(ByteString data) static DebuggedSourceFileDebuggedSourceFile.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(CodedInputStream input) static DebuggedSourceFileDebuggedSourceFile.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(InputStream input) static DebuggedSourceFileDebuggedSourceFile.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(ByteBuffer data) static DebuggedSourceFileDebuggedSourceFile.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type DebuggedSourceFileModifier and TypeMethodDescriptionDebuggedSourceFile.getParserForType()DebuggedSourceFiles.Builder.getSourceFilesList()A collection of source code files.DebuggedSourceFiles.getSourceFilesList()A collection of source code files.DebuggedSourceFilesOrBuilder.getSourceFilesList()A collection of source code files.static Parser<DebuggedSourceFile> DebuggedSourceFile.parser()Methods in org.tensorflow.proto with parameters of type DebuggedSourceFileModifier and TypeMethodDescriptionDebuggedSourceFiles.Builder.addSourceFiles(int index, DebuggedSourceFile value) A collection of source code files.DebuggedSourceFiles.Builder.addSourceFiles(DebuggedSourceFile value) A collection of source code files.DebuggedSourceFile.Builder.mergeFrom(DebuggedSourceFile other) static DebuggedSourceFile.BuilderDebuggedSourceFile.newBuilder(DebuggedSourceFile prototype) DebuggedSourceFiles.Builder.setSourceFiles(int index, DebuggedSourceFile value) A collection of source code files.Method parameters in org.tensorflow.proto with type arguments of type DebuggedSourceFileModifier and TypeMethodDescriptionDebuggedSourceFiles.Builder.addAllSourceFiles(Iterable<? extends DebuggedSourceFile> values) A collection of source code files.