Uses of Class
org.tensorflow.framework.FunctionDefLibrary
Packages that use FunctionDefLibrary
-
Uses of FunctionDefLibrary in org.tensorflow.framework
Methods in org.tensorflow.framework that return FunctionDefLibraryModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.build()FunctionDefLibrary.Builder.buildPartial()static FunctionDefLibraryFunctionDefLibrary.getDefaultInstance()FunctionDefLibrary.Builder.getDefaultInstanceForType()FunctionDefLibrary.getDefaultInstanceForType()GraphDef.Builder.getLibrary()"library" provides user-defined functions.GraphDef.getLibrary()"library" provides user-defined functions.GraphDefOrBuilder.getLibrary()"library" provides user-defined functions.static FunctionDefLibraryFunctionDefLibrary.parseDelimitedFrom(InputStream input) static FunctionDefLibraryFunctionDefLibrary.parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefLibraryFunctionDefLibrary.parseFrom(byte[] data) static FunctionDefLibraryFunctionDefLibrary.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefLibraryFunctionDefLibrary.parseFrom(com.google.protobuf.ByteString data) static FunctionDefLibraryFunctionDefLibrary.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefLibraryFunctionDefLibrary.parseFrom(com.google.protobuf.CodedInputStream input) static FunctionDefLibraryFunctionDefLibrary.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefLibraryFunctionDefLibrary.parseFrom(InputStream input) static FunctionDefLibraryFunctionDefLibrary.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefLibraryFunctionDefLibrary.parseFrom(ByteBuffer data) static FunctionDefLibraryFunctionDefLibrary.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework that return types with arguments of type FunctionDefLibraryModifier and TypeMethodDescriptioncom.google.protobuf.Parser<FunctionDefLibrary> FunctionDefLibrary.getParserForType()static com.google.protobuf.Parser<FunctionDefLibrary> FunctionDefLibrary.parser()Methods in org.tensorflow.framework with parameters of type FunctionDefLibraryModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.mergeFrom(FunctionDefLibrary other) GraphDef.Builder.mergeLibrary(FunctionDefLibrary value) "library" provides user-defined functions.static FunctionDefLibrary.BuilderFunctionDefLibrary.newBuilder(FunctionDefLibrary prototype) GraphDef.Builder.setLibrary(FunctionDefLibrary value) "library" provides user-defined functions.