Uses of Interface
org.tensorflow.framework.FunctionDefOrBuilder
-
Packages that use FunctionDefOrBuilder Package Description org.tensorflow.framework tensorflow.eager -
-
Uses of FunctionDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement FunctionDefOrBuilder Modifier and Type Class Description class
FunctionDef
A function can be instantiated when the runtime can bind every attr with a value.static class
FunctionDef.Builder
A function can be instantiated when the runtime can bind every attr with a value.Methods in org.tensorflow.framework that return FunctionDefOrBuilder Modifier and Type Method Description FunctionDefOrBuilder
FunctionDefLibrary.Builder. getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
FunctionDefOrBuilder
FunctionDefLibrary. getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
FunctionDefOrBuilder
FunctionDefLibraryOrBuilder. getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
Methods in org.tensorflow.framework that return types with arguments of type FunctionDefOrBuilder Modifier and Type Method Description List<? extends FunctionDefOrBuilder>
FunctionDefLibrary.Builder. getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
List<? extends FunctionDefOrBuilder>
FunctionDefLibrary. getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
List<? extends FunctionDefOrBuilder>
FunctionDefLibraryOrBuilder. getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
-
Uses of FunctionDefOrBuilder in tensorflow.eager
Methods in tensorflow.eager that return FunctionDefOrBuilder Modifier and Type Method Description FunctionDefOrBuilder
EagerServiceOuterClass.RegisterFunctionRequest.Builder. getFunctionDefOrBuilder()
.tensorflow.FunctionDef function_def = 2;
FunctionDefOrBuilder
EagerServiceOuterClass.RegisterFunctionRequest. getFunctionDefOrBuilder()
.tensorflow.FunctionDef function_def = 2;
FunctionDefOrBuilder
EagerServiceOuterClass.RegisterFunctionRequestOrBuilder. getFunctionDefOrBuilder()
.tensorflow.FunctionDef function_def = 2;
-