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; |
List<FunctionDef> |
getFunctionList()
repeated .tensorflow.FunctionDef function = 1; |
FunctionDefOrBuilder |
getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; |
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; |
List<GradientDef> |
getGradientList()
repeated .tensorflow.GradientDef gradient = 2; |
GradientDefOrBuilder |
getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2; |
List<? extends GradientDefOrBuilder> |
getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<FunctionDef> getFunctionList()
repeated .tensorflow.FunctionDef function = 1;FunctionDef getFunction(int index)
repeated .tensorflow.FunctionDef function = 1;int getFunctionCount()
repeated .tensorflow.FunctionDef function = 1;List<? extends FunctionDefOrBuilder> getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1;FunctionDefOrBuilder getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1;List<GradientDef> getGradientList()
repeated .tensorflow.GradientDef gradient = 2;GradientDef getGradient(int index)
repeated .tensorflow.GradientDef gradient = 2;int getGradientCount()
repeated .tensorflow.GradientDef gradient = 2;List<? extends GradientDefOrBuilder> getGradientOrBuilderList()
repeated .tensorflow.GradientDef gradient = 2;GradientDefOrBuilder getGradientOrBuilder(int index)
repeated .tensorflow.GradientDef gradient = 2;Copyright © 2015–2019. All rights reserved.