Package org.tensorflow.framework
Interface FunctionDefLibraryOrBuilder
-
- All Superinterfaces:
org.nd4j.shade.protobuf.MessageLiteOrBuilder,org.nd4j.shade.protobuf.MessageOrBuilder
- All Known Implementing Classes:
FunctionDefLibrary,FunctionDefLibrary.Builder
public interface FunctionDefLibraryOrBuilder extends org.nd4j.shade.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;List<FunctionDef>getFunctionList()repeated .tensorflow.FunctionDef function = 1;FunctionDefOrBuildergetFunctionOrBuilder(int index)repeated .tensorflow.FunctionDef function = 1;List<? extends FunctionDefOrBuilder>getFunctionOrBuilderList()repeated .tensorflow.FunctionDef function = 1;GradientDefgetGradient(int index)repeated .tensorflow.GradientDef gradient = 2;intgetGradientCount()repeated .tensorflow.GradientDef gradient = 2;List<GradientDef>getGradientList()repeated .tensorflow.GradientDef gradient = 2;GradientDefOrBuildergetGradientOrBuilder(int index)repeated .tensorflow.GradientDef gradient = 2;List<? extends GradientDefOrBuilder>getGradientOrBuilderList()repeated .tensorflow.GradientDef gradient = 2;-
Methods inherited from interface org.nd4j.shade.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getFunctionList
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
List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;
-
getFunctionOrBuilder
FunctionDefOrBuilder getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;
-
getGradientList
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
List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;
-
getGradientOrBuilder
GradientDefOrBuilder getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;
-
-