Uses of Class
org.tensorflow.proto.FunctionDef
Packages that use FunctionDef
Package
Description
Defines classes to build, save, load and execute TensorFlow models.
-
Uses of FunctionDef in org.tensorflow
Methods in org.tensorflow that return FunctionDef -
Uses of FunctionDef in org.tensorflow.proto
Methods in org.tensorflow.proto that return FunctionDefModifier and TypeMethodDescriptionFunctionDef.Builder.build()FunctionDef.Builder.buildPartial()static FunctionDefFunctionDef.getDefaultInstance()FunctionDef.Builder.getDefaultInstanceForType()FunctionDef.getDefaultInstanceForType()FunctionDefLibrary.Builder.getFunction(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.getFunction(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibraryOrBuilder.getFunction(int index) repeated .tensorflow.FunctionDef function = 1;static FunctionDefFunctionDef.parseDelimitedFrom(InputStream input) static FunctionDefFunctionDef.parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(byte[] data) static FunctionDefFunctionDef.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(ByteString data) static FunctionDefFunctionDef.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(CodedInputStream input) static FunctionDefFunctionDef.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(InputStream input) static FunctionDefFunctionDef.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(ByteBuffer data) static FunctionDefFunctionDef.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type FunctionDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.getFunctionList()repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.getFunctionList()repeated .tensorflow.FunctionDef function = 1;FunctionDefLibraryOrBuilder.getFunctionList()repeated .tensorflow.FunctionDef function = 1;FunctionDef.getParserForType()static Parser<FunctionDef> FunctionDef.parser()Methods in org.tensorflow.proto with parameters of type FunctionDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.addFunction(int index, FunctionDef value) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.Builder.addFunction(FunctionDef value) repeated .tensorflow.FunctionDef function = 1;FunctionDef.Builder.mergeFrom(FunctionDef other) static FunctionDef.BuilderFunctionDef.newBuilder(FunctionDef prototype) FunctionDefLibrary.Builder.setFunction(int index, FunctionDef value) repeated .tensorflow.FunctionDef function = 1;Method parameters in org.tensorflow.proto with type arguments of type FunctionDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.addAllFunction(Iterable<? extends FunctionDef> values) repeated .tensorflow.FunctionDef function = 1;