| Package | Description | 
|---|---|
| org.tensorflow.framework | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
FunctionDef
 A function can be instantiated when the runtime can bind every attr
 with a value. 
 | 
static class  | 
FunctionDef.Builder
 A function can be instantiated when the runtime can bind every attr
 with a value. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
FunctionDefOrBuilder | 
FunctionDefLibraryOrBuilder.getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; | 
FunctionDefOrBuilder | 
FunctionDefLibrary.getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; | 
FunctionDefOrBuilder | 
FunctionDefLibrary.Builder.getFunctionOrBuilder(int index)
repeated .tensorflow.FunctionDef function = 1; | 
| Modifier and Type | Method and Description | 
|---|---|
List<? extends FunctionDefOrBuilder> | 
FunctionDefLibraryOrBuilder.getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1; | 
List<? extends FunctionDefOrBuilder> | 
FunctionDefLibrary.getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1; | 
List<? extends FunctionDefOrBuilder> | 
FunctionDefLibrary.Builder.getFunctionOrBuilderList()
repeated .tensorflow.FunctionDef function = 1; | 
Copyright © 2015–2019. All rights reserved.