MCPcopy Create free account
hub / github.com/PaddlePaddle/FastDeploy / ImagePosition

Class ImagePosition

fastdeploy/engine/request.py:68–70  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66
67@dataclass
68class ImagePosition:
69 offset: int = 0
70 length: int = 0
71
72
73T = TypingTypeVar("T")

Callers 15

_update_mm_hashesMethod · 0.90
_add_imageMethod · 0.90
_add_processed_imageMethod · 0.90
_add_videoMethod · 0.90
_add_processed_videoMethod · 0.90
_add_imageMethod · 0.90
_add_processed_imageMethod · 0.90
_add_videoMethod · 0.90
_add_processed_videoMethod · 0.90
_add_imageMethod · 0.90
_add_processed_imageMethod · 0.90
_add_videoMethod · 0.90

Calls

no outgoing calls