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 classFunctionDefA function can be instantiated when the runtime can bind every attr with a value.static classFunctionDef.BuilderA 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 FunctionDefOrBuilderFunctionDefLibrary.Builder. getFunctionOrBuilder(int index)repeated .tensorflow.FunctionDef function = 1;FunctionDefOrBuilderFunctionDefLibrary. getFunctionOrBuilder(int index)repeated .tensorflow.FunctionDef function = 1;FunctionDefOrBuilderFunctionDefLibraryOrBuilder. 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 FunctionDefOrBuilderEagerServiceOuterClass.RegisterFunctionRequest.Builder. getFunctionDefOrBuilder().tensorflow.FunctionDef function_def = 2;FunctionDefOrBuilderEagerServiceOuterClass.RegisterFunctionRequest. getFunctionDefOrBuilder().tensorflow.FunctionDef function_def = 2;FunctionDefOrBuilderEagerServiceOuterClass.RegisterFunctionRequestOrBuilder. getFunctionDefOrBuilder().tensorflow.FunctionDef function_def = 2;
-