공용 인터페이스 FunctionDefLibraryOrBuilder 
| 알려진 간접 하위 클래스 | 
공개 방법
| 추상 함수 정의 |  getFunction (정수 인덱스) repeated .tensorflow.FunctionDef function = 1; | 
| 추상 정수 |  getFunctionCount () repeated .tensorflow.FunctionDef function = 1; | 
| 추상 목록< FunctionDef > |  getFunctionList () repeated .tensorflow.FunctionDef function = 1; | 
| 추상 FunctionDefOrBuilder |  getFunctionOrBuilder (정수 인덱스) repeated .tensorflow.FunctionDef function = 1; | 
| 추상 목록<? FunctionDefOrBuilder 확장 > |  getFunctionOrBuilderList () repeated .tensorflow.FunctionDef function = 1; | 
| 추상 그라데이션 정의 |  getGradient (정수 인덱스) repeated .tensorflow.GradientDef gradient = 2; | 
| 추상 정수 |  getGradientCount () repeated .tensorflow.GradientDef gradient = 2; | 
| 추상 목록< GradientDef > |  getGradientList () repeated .tensorflow.GradientDef gradient = 2; | 
| 추상 GradientDefOrBuilder |  getGradientOrBuilder (정수 인덱스) repeated .tensorflow.GradientDef gradient = 2; | 
| 추상 목록<? GradientDefOrBuilder 확장 > |  getGradientOrBuilderList () repeated .tensorflow.GradientDef gradient = 2; | 
공개 방법
공개 추상 int getFunctionCount ()
 repeated .tensorflow.FunctionDef function = 1;
공개 추상 FunctionDefOrBuilder getFunctionOrBuilder (int 인덱스)
 repeated .tensorflow.FunctionDef function = 1;
공개 요약 목록<? FunctionDefOrBuilder > getFunctionOrBuilderList () 를 확장합니다.
 repeated .tensorflow.FunctionDef function = 1;
공개 추상 int getGradientCount ()
 repeated .tensorflow.GradientDef gradient = 2;
공개 추상 GradientDefOrBuilder getGradientOrBuilder (int 인덱스)
 repeated .tensorflow.GradientDef gradient = 2;
공개 요약 목록<? GradientDefOrBuilder > getGradientOrBuilderList () 를 확장합니다.
 repeated .tensorflow.GradientDef gradient = 2;