package tensorflow_hub

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

message ImageModuleInfo

image_module_info.proto:25

Internal representation of properties of image modules. A TensorFlow Hub module that operates on images can have an attached_message "image_module_info" of this type to provide image-related information to the the code in image_util.py. Module consumers should use those library functions; the details of this protocol message are subject to change.

message ImageModuleInfo.InputSize

image_module_info.proto:30

Size of input images. A module that accepts an image input (or multiple ones) can describe its expectations on the image size in this message

Used in: ImageModuleInfo

message ModuleAttachment

module_attachment.proto:23

Internal representation of attached messages in FORMAT_V3 of NativeModules. Each graph in the SavedModel contains a CollectionDef with ModuleAttachments serialized as a BytesList. For more information and the public API, see ModuleSpec.get_attached_message().