Package org.tensorflow.framework
Interface FunctionDefLibraryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FunctionDefLibrary,FunctionDefLibrary.Builder
public interface FunctionDefLibraryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetFunction(int index) repeated .tensorflow.FunctionDef function = 1;intrepeated .tensorflow.FunctionDef function = 1;repeated .tensorflow.FunctionDef function = 1;getFunctionOrBuilder(int index) repeated .tensorflow.FunctionDef function = 1;List<? extends FunctionDefOrBuilder> repeated .tensorflow.FunctionDef function = 1;getGradient(int index) repeated .tensorflow.GradientDef gradient = 2;intrepeated .tensorflow.GradientDef gradient = 2;repeated .tensorflow.GradientDef gradient = 2;getGradientOrBuilder(int index) repeated .tensorflow.GradientDef gradient = 2;List<? extends GradientDefOrBuilder> repeated .tensorflow.GradientDef gradient = 2;getRegisteredGradients(int index) repeated .tensorflow.RegisteredGradient registered_gradients = 3;intrepeated .tensorflow.RegisteredGradient registered_gradients = 3;repeated .tensorflow.RegisteredGradient registered_gradients = 3;getRegisteredGradientsOrBuilder(int index) repeated .tensorflow.RegisteredGradient registered_gradients = 3;List<? extends RegisteredGradientOrBuilder> repeated .tensorflow.RegisteredGradient registered_gradients = 3;Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getFunctionList
List<FunctionDef> getFunctionList()repeated .tensorflow.FunctionDef function = 1; -
getFunction
repeated .tensorflow.FunctionDef function = 1; -
getFunctionCount
int getFunctionCount()repeated .tensorflow.FunctionDef function = 1; -
getFunctionOrBuilderList
List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()repeated .tensorflow.FunctionDef function = 1; -
getFunctionOrBuilder
repeated .tensorflow.FunctionDef function = 1; -
getGradientList
List<GradientDef> getGradientList()repeated .tensorflow.GradientDef gradient = 2; -
getGradient
repeated .tensorflow.GradientDef gradient = 2; -
getGradientCount
int getGradientCount()repeated .tensorflow.GradientDef gradient = 2; -
getGradientOrBuilderList
List<? extends GradientDefOrBuilder> getGradientOrBuilderList()repeated .tensorflow.GradientDef gradient = 2; -
getGradientOrBuilder
repeated .tensorflow.GradientDef gradient = 2; -
getRegisteredGradientsList
List<RegisteredGradient> getRegisteredGradientsList()repeated .tensorflow.RegisteredGradient registered_gradients = 3; -
getRegisteredGradients
repeated .tensorflow.RegisteredGradient registered_gradients = 3; -
getRegisteredGradientsCount
int getRegisteredGradientsCount()repeated .tensorflow.RegisteredGradient registered_gradients = 3; -
getRegisteredGradientsOrBuilderList
List<? extends RegisteredGradientOrBuilder> getRegisteredGradientsOrBuilderList()repeated .tensorflow.RegisteredGradient registered_gradients = 3; -
getRegisteredGradientsOrBuilder
repeated .tensorflow.RegisteredGradient registered_gradients = 3;
-