Uses of Class
org.tensorflow.framework.OpList
-
Packages that use OpList Package Description org.tensorflow.framework -
-
Uses of OpList in org.tensorflow.framework
Methods in org.tensorflow.framework that return OpList Modifier and Type Method Description OpListOpList.Builder. build()OpListOpList.Builder. buildPartial()static OpListOpList. getDefaultInstance()OpListOpList.Builder. getDefaultInstanceForType()OpListOpList. getDefaultInstanceForType()OpListMetaGraphDef.MetaInfoDef.Builder. getStrippedOpList()A copy of the OpDefs used by the producer of this graph_def.OpListMetaGraphDef.MetaInfoDef. getStrippedOpList()A copy of the OpDefs used by the producer of this graph_def.OpListMetaGraphDef.MetaInfoDefOrBuilder. getStrippedOpList()A copy of the OpDefs used by the producer of this graph_def.static OpListOpList. parseDelimitedFrom(InputStream input)static OpListOpList. parseDelimitedFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpListOpList. parseFrom(byte[] data)static OpListOpList. parseFrom(byte[] data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpListOpList. parseFrom(InputStream input)static OpListOpList. parseFrom(InputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpListOpList. parseFrom(ByteBuffer data)static OpListOpList. parseFrom(ByteBuffer data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpListOpList. parseFrom(org.nd4j.shade.protobuf.ByteString data)static OpListOpList. parseFrom(org.nd4j.shade.protobuf.ByteString data, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)static OpListOpList. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input)static OpListOpList. parseFrom(org.nd4j.shade.protobuf.CodedInputStream input, org.nd4j.shade.protobuf.ExtensionRegistryLite extensionRegistry)Methods in org.tensorflow.framework that return types with arguments of type OpList Modifier and Type Method Description org.nd4j.shade.protobuf.Parser<OpList>OpList. getParserForType()static org.nd4j.shade.protobuf.Parser<OpList>OpList. parser()Methods in org.tensorflow.framework with parameters of type OpList Modifier and Type Method Description OpList.BuilderOpList.Builder. mergeFrom(OpList other)MetaGraphDef.MetaInfoDef.BuilderMetaGraphDef.MetaInfoDef.Builder. mergeStrippedOpList(OpList value)A copy of the OpDefs used by the producer of this graph_def.static OpList.BuilderOpList. newBuilder(OpList prototype)MetaGraphDef.MetaInfoDef.BuilderMetaGraphDef.MetaInfoDef.Builder. setStrippedOpList(OpList value)A copy of the OpDefs used by the producer of this graph_def.
-