Uses of Class
org.tensorflow.framework.FunctionDef
-
Packages that use FunctionDef Package Description org.tensorflow.framework tensorflow.eager -
-
Uses of FunctionDef in org.tensorflow.framework
Methods in org.tensorflow.framework that return FunctionDef Modifier and Type Method Description FunctionDefFunctionDef.Builder. build()FunctionDefFunctionDef.Builder. buildPartial()static FunctionDefFunctionDef. getDefaultInstance()FunctionDefFunctionDef.Builder. getDefaultInstanceForType()FunctionDefFunctionDef. getDefaultInstanceForType()FunctionDefFunctionDefLibrary.Builder. getFunction(int index)repeated .tensorflow.FunctionDef function = 1;FunctionDefFunctionDefLibrary. getFunction(int index)repeated .tensorflow.FunctionDef function = 1;FunctionDefFunctionDefLibraryOrBuilder. getFunction(int index)repeated .tensorflow.FunctionDef function = 1;static FunctionDefFunctionDef. parseDelimitedFrom(InputStream input)static FunctionDefFunctionDef. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionDefFunctionDef. parseFrom(byte[] data)static FunctionDefFunctionDef. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionDefFunctionDef. parseFrom(InputStream input)static FunctionDefFunctionDef. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionDefFunctionDef. parseFrom(ByteBuffer data)static FunctionDefFunctionDef. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionDefFunctionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data)static FunctionDefFunctionDef. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static FunctionDefFunctionDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static FunctionDefFunctionDef. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type FunctionDef Modifier and Type Method Description List<FunctionDef>FunctionDefLibrary.Builder. getFunctionList()repeated .tensorflow.FunctionDef function = 1;List<FunctionDef>FunctionDefLibrary. getFunctionList()repeated .tensorflow.FunctionDef function = 1;List<FunctionDef>FunctionDefLibraryOrBuilder. getFunctionList()repeated .tensorflow.FunctionDef function = 1;org.nd4j.shade.protobuf.Parser<FunctionDef>FunctionDef. getParserForType()static org.nd4j.shade.protobuf.Parser<FunctionDef>FunctionDef. parser()Methods in org.tensorflow.framework with parameters of type FunctionDef Modifier and Type Method Description FunctionDefLibrary.BuilderFunctionDefLibrary.Builder. addFunction(int index, FunctionDef value)repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.BuilderFunctionDefLibrary.Builder. addFunction(FunctionDef value)repeated .tensorflow.FunctionDef function = 1;FunctionDef.BuilderFunctionDef.Builder. mergeFrom(FunctionDef other)static FunctionDef.BuilderFunctionDef. newBuilder(FunctionDef prototype)FunctionDefLibrary.BuilderFunctionDefLibrary.Builder. setFunction(int index, FunctionDef value)repeated .tensorflow.FunctionDef function = 1;Method parameters in org.tensorflow.framework with type arguments of type FunctionDef Modifier and Type Method Description FunctionDefLibrary.BuilderFunctionDefLibrary.Builder. addAllFunction(Iterable<? extends FunctionDef> values)repeated .tensorflow.FunctionDef function = 1; -
Uses of FunctionDef in tensorflow.eager
Methods in tensorflow.eager that return FunctionDef Modifier and Type Method Description FunctionDefEagerServiceOuterClass.RegisterFunctionRequest.Builder. getFunctionDef().tensorflow.FunctionDef function_def = 2;FunctionDefEagerServiceOuterClass.RegisterFunctionRequest. getFunctionDef().tensorflow.FunctionDef function_def = 2;FunctionDefEagerServiceOuterClass.RegisterFunctionRequestOrBuilder. getFunctionDef().tensorflow.FunctionDef function_def = 2;Methods in tensorflow.eager with parameters of type FunctionDef Modifier and Type Method Description EagerServiceOuterClass.RegisterFunctionRequest.BuilderEagerServiceOuterClass.RegisterFunctionRequest.Builder. mergeFunctionDef(FunctionDef value).tensorflow.FunctionDef function_def = 2;EagerServiceOuterClass.RegisterFunctionRequest.BuilderEagerServiceOuterClass.RegisterFunctionRequest.Builder. setFunctionDef(FunctionDef value).tensorflow.FunctionDef function_def = 2;
-