MCPcopy Create free account
hub / github.com/apache/singa / append

Method append

python/singa/image_tool.py:240–242  ·  view source on GitHub ↗
(self, img)

Source from the content-addressed store, hash-verified

238 return self
239
240 def append(self, img):
241 self.imgs.append(img)
242 return self
243
244 def get(self):
245 return self.imgs

Callers 15

generate_singa_configFunction · 0.80
setup.pyFile · 0.80
backward_and_updateMethod · 0.80
axis_helperFunction · 0.80
infer_dependencyFunction · 0.80
backwardFunction · 0.80
_do_forwardMethod · 0.80

Calls

no outgoing calls

Tested by 4

_concat_helperMethod · 0.64
axis_helperFunction · 0.64
_cossim_valueMethod · 0.64
UrlEncodeMethod · 0.64