Uses of Class
org.tensorflow.framework.FunctionDef
Packages that use FunctionDef
-
Uses of FunctionDef in org.tensorflow.framework
Methods in org.tensorflow.framework 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, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(byte[] data) static FunctionDefFunctionDef.parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(com.google.protobuf.ByteString data) static FunctionDefFunctionDef.parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(com.google.protobuf.CodedInputStream input) static FunctionDefFunctionDef.parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(InputStream input) static FunctionDefFunctionDef.parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static FunctionDefFunctionDef.parseFrom(ByteBuffer data) static FunctionDefFunctionDef.parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.framework 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;com.google.protobuf.Parser<FunctionDef> FunctionDef.getParserForType()static com.google.protobuf.Parser<FunctionDef> FunctionDef.parser()Methods in org.tensorflow.framework 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.framework with type arguments of type FunctionDefModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.addAllFunction(Iterable<? extends FunctionDef> values) repeated .tensorflow.FunctionDef function = 1;