Uses of Class
org.tensorflow.proto.OpList
Packages that use OpList
Package
Description
Defines classes to build, save, load and execute TensorFlow models.
-
Uses of OpList in org.tensorflow
Methods in org.tensorflow that return OpListModifier and TypeMethodDescriptionstatic OpListTensorFlow.loadLibrary(String filename) Load the dynamic library in filename and register the operations and kernels present in that library.static OpListTensorFlow.registeredOpList()All the TensorFlow operations available in this address space. -
Uses of OpList in org.tensorflow.proto
Methods in org.tensorflow.proto that return OpListModifier and TypeMethodDescriptionOpList.Builder.build()OpList.Builder.buildPartial()static OpListOpList.getDefaultInstance()OpList.Builder.getDefaultInstanceForType()OpList.getDefaultInstanceForType()MetaGraphDef.MetaInfoDef.Builder.getStrippedOpList()A copy of the OpDefs used by the producer of this graph_def.MetaGraphDef.MetaInfoDef.getStrippedOpList()A copy of the OpDefs used by the producer of this graph_def.MetaGraphDef.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, ExtensionRegistryLite extensionRegistry) static OpListOpList.parseFrom(byte[] data) static OpListOpList.parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry) static OpListOpList.parseFrom(ByteString data) static OpListOpList.parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry) static OpListOpList.parseFrom(CodedInputStream input) static OpListOpList.parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry) static OpListOpList.parseFrom(InputStream input) static OpListOpList.parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry) static OpListOpList.parseFrom(ByteBuffer data) static OpListOpList.parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry) Methods in org.tensorflow.proto that return types with arguments of type OpListMethods in org.tensorflow.proto with parameters of type OpListModifier and TypeMethodDescriptionMetaGraphDef.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.Builder.setStrippedOpList(OpList value) A copy of the OpDefs used by the producer of this graph_def.