public interface FunctionDefLibraryOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
FunctionDef |
getFunction(int index)
repeated .tensorflow.FunctionDef function = 1; |
int |
getFunctionCount()
repeated .tensorflow.FunctionDef function = 1; |
java.util.List<FunctionDef> |
getFunctionList()
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefOrBuilder |
getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; |
java.util.List<? extends FunctionDefOrBuilder> |
getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1; |
GradientDef |
getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2; |
int |
getGradientCount()
repeated .tensorflow.GradientDef gradient = 2; |
java.util.List<GradientDef> |
getGradientList()
repeated .tensorflow.GradientDef gradient = 2; |
GradientDefOrBuilder |
getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2; |
java.util.List<? extends GradientDefOrBuilder> |
getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofjava.util.List<FunctionDef> getFunctionList()
repeated .tensorflow.FunctionDef function = 1;FunctionDef getFunction(int index)
repeated .tensorflow.FunctionDef function = 1;int getFunctionCount()
repeated .tensorflow.FunctionDef function = 1;java.util.List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;FunctionDefOrBuilder getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;java.util.List<GradientDef> getGradientList()
repeated .tensorflow.GradientDef gradient = 2;GradientDef getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;int getGradientCount()
repeated .tensorflow.GradientDef gradient = 2;java.util.List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;GradientDefOrBuilder getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;