Uses of Class
org.tensorflow.framework.DebuggedSourceFile
Packages that use DebuggedSourceFile
-
Uses of DebuggedSourceFile in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(byte[] data) static DebuggedSourceFileDebuggedSourceFile.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(com.google.protobuf.ByteString data) static DebuggedSourceFileDebuggedSourceFile.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(com.google.protobuf.CodedInputStream input) static DebuggedSourceFileDebuggedSourceFile.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(InputStream input) static DebuggedSourceFileDebuggedSourceFile.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DebuggedSourceFileDebuggedSourceFile.parseFrom(ByteBuffer data) static DebuggedSourceFileDebuggedSourceFile.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type DebuggedSourceFileModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DebuggedSourceFile> DebuggedSourceFile.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 com.google.protobuf.Parser<DebuggedSourceFile> DebuggedSourceFile.parser()Methods in org.tensorflow.framework 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.framework with type arguments of type DebuggedSourceFileModifier and TypeMethodDescriptionDebuggedSourceFiles.Builder.addAllSourceFiles(Iterable<? extends DebuggedSourceFile> values) A collection of source code files.