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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FunctionDefgetFunction(int index)repeated .tensorflow.FunctionDef function = 1;intgetFunctionCount()repeated .tensorflow.FunctionDef function = 1;java.util.List<FunctionDef>getFunctionList()repeated .tensorflow.FunctionDef function = 1;FunctionDefOrBuildergetFunctionOrBuilder(int index)repeated .tensorflow.FunctionDef function = 1;java.util.List<? extends FunctionDefOrBuilder>getFunctionOrBuilderList()repeated .tensorflow.FunctionDef function = 1;GradientDefgetGradient(int index)repeated .tensorflow.GradientDef gradient = 2;intgetGradientCount()repeated .tensorflow.GradientDef gradient = 2;java.util.List<GradientDef>getGradientList()repeated .tensorflow.GradientDef gradient = 2;GradientDefOrBuildergetGradientOrBuilder(int index)repeated .tensorflow.GradientDef gradient = 2;java.util.List<? extends GradientDefOrBuilder>getGradientOrBuilderList()repeated .tensorflow.GradientDef gradient = 2;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFunctionList
java.util.List<FunctionDef> getFunctionList()
repeated .tensorflow.FunctionDef function = 1;
-
getFunction
FunctionDef getFunction(int index)
repeated .tensorflow.FunctionDef function = 1;
-
getFunctionCount
int getFunctionCount()
repeated .tensorflow.FunctionDef function = 1;
-
getFunctionOrBuilderList
java.util.List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
-
getFunctionOrBuilder
FunctionDefOrBuilder getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
-
getGradientList
java.util.List<GradientDef> getGradientList()
repeated .tensorflow.GradientDef gradient = 2;
-
getGradient
GradientDef getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;
-
getGradientCount
int getGradientCount()
repeated .tensorflow.GradientDef gradient = 2;
-
getGradientOrBuilderList
java.util.List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;
-
getGradientOrBuilder
GradientDefOrBuilder getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;
-
-