| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Class and Description |
|---|---|
static class |
OpDef.AttrDef
Description of the graph-construction-time configuration of this
Op.
|
static class |
OpDef.AttrDef.Builder
Description of the graph-construction-time configuration of this
Op.
|
| Modifier and Type | Method and Description |
|---|---|
OpDef.AttrDefOrBuilder |
OpDefOrBuilder.getAttrOrBuilder(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4; |
OpDef.AttrDefOrBuilder |
OpDef.getAttrOrBuilder(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4; |
OpDef.AttrDefOrBuilder |
OpDef.Builder.getAttrOrBuilder(int index)
repeated .tensorflow.OpDef.AttrDef attr = 4; |
| Modifier and Type | Method and Description |
|---|---|
List<? extends OpDef.AttrDefOrBuilder> |
OpDefOrBuilder.getAttrOrBuilderList()
repeated .tensorflow.OpDef.AttrDef attr = 4; |
List<? extends OpDef.AttrDefOrBuilder> |
OpDef.getAttrOrBuilderList()
repeated .tensorflow.OpDef.AttrDef attr = 4; |
List<? extends OpDef.AttrDefOrBuilder> |
OpDef.Builder.getAttrOrBuilderList()
repeated .tensorflow.OpDef.AttrDef attr = 4; |
Copyright © 2018. All rights reserved.