Uses of Interface
org.tensorflow.framework.FunctionDefOrBuilder
Packages that use FunctionDefOrBuilder
-
Uses of FunctionDefOrBuilder in org.tensorflow.framework
Classes in org.tensorflow.framework that implement FunctionDefOrBuilderModifier and TypeClassDescriptionfinal classA function can be instantiated when the runtime can bind every attr with a value.static final classA function can be instantiated when the runtime can bind every attr with a value.Methods in org.tensorflow.framework that return FunctionDefOrBuilderModifier and TypeMethodDescriptionFunctionDefLibrary.Builder.getFunctionOrBuilder(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibrary.getFunctionOrBuilder(int index) repeated .tensorflow.FunctionDef function = 1;FunctionDefLibraryOrBuilder.getFunctionOrBuilder(int index) repeated .tensorflow.FunctionDef function = 1;Methods in org.tensorflow.framework that return types with arguments of type FunctionDefOrBuilderModifier and TypeMethodDescriptionList<? 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;