| Package | Description |
|---|---|
| org.tensorflow.framework |
| Modifier and Type | Method and Description |
|---|---|
OpList |
OpList.Builder.build() |
OpList |
OpList.Builder.buildPartial() |
static OpList |
OpList.getDefaultInstance() |
OpList |
OpList.getDefaultInstanceForType() |
OpList |
OpList.Builder.getDefaultInstanceForType() |
OpList |
MetaGraphDef.MetaInfoDefOrBuilder.getStrippedOpList()
A copy of the OpDefs used by the producer of this graph_def.
|
OpList |
MetaGraphDef.MetaInfoDef.getStrippedOpList()
A copy of the OpDefs used by the producer of this graph_def.
|
OpList |
MetaGraphDef.MetaInfoDef.Builder.getStrippedOpList()
A copy of the OpDefs used by the producer of this graph_def.
|
static OpList |
OpList.parseDelimitedFrom(InputStream input) |
static OpList |
OpList.parseDelimitedFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpList |
OpList.parseFrom(byte[] data) |
static OpList |
OpList.parseFrom(byte[] data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpList |
OpList.parseFrom(ByteBuffer data) |
static OpList |
OpList.parseFrom(ByteBuffer data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpList |
OpList.parseFrom(org.nd4j.shade.protobuf.ByteString data) |
static OpList |
OpList.parseFrom(org.nd4j.shade.protobuf.ByteString data,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpList |
OpList.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input) |
static OpList |
OpList.parseFrom(org.nd4j.shade.protobuf.CodedInputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
static OpList |
OpList.parseFrom(InputStream input) |
static OpList |
OpList.parseFrom(InputStream input,
org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
org.nd4j.shade.protobuf.Parser<OpList> |
OpList.getParserForType() |
static org.nd4j.shade.protobuf.Parser<OpList> |
OpList.parser() |
| Modifier and Type | Method and Description |
|---|---|
OpList.Builder |
OpList.Builder.mergeFrom(OpList other) |
MetaGraphDef.MetaInfoDef.Builder |
MetaGraphDef.MetaInfoDef.Builder.mergeStrippedOpList(OpList value)
A copy of the OpDefs used by the producer of this graph_def.
|
static OpList.Builder |
OpList.newBuilder(OpList prototype) |
MetaGraphDef.MetaInfoDef.Builder |
MetaGraphDef.MetaInfoDef.Builder.setStrippedOpList(OpList value)
A copy of the OpDefs used by the producer of this graph_def.
|
Copyright © 2021. All rights reserved.