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

Method index

fastdeploy/scheduler/data.py:172–179  ·  view source on GitHub ↗

Get the output index. Returns: Position index of this response in the sequence

(self)

Source from the content-addressed store, hash-verified

170
171 @property
172 def index(self) -> int:
173 """
174 Get the output index.
175
176 Returns:
177 Position index of this response in the sequence
178 """
179 return self.raw.outputs.index
180
181 @property
182 def finished(self) -> bool:

Callers 15

_recycleMethod · 0.80
_recycleMethod · 0.80
__init__Method · 0.80
__init__Method · 0.80
forwardMethod · 0.80
find_loaded_libraryFunction · 0.80
_recycleMethod · 0.80
setUpMethod · 0.80
setUpMethod · 0.80
parse_prometheus_to_dictFunction · 0.80

Calls

no outgoing calls

Tested by 7

_recycleMethod · 0.64
setUpMethod · 0.64
setUpMethod · 0.64
parse_prometheus_to_dictFunction · 0.64
llmFunction · 0.64