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

Method set_attr_inputs

python/singa/sonnx.py:1010–1011  ·  view source on GitHub ↗
(self, key, name)

Source from the content-addressed store, hash-verified

1008 return self.attrs[key] if key in self.attrs else default
1009
1010 def set_attr_inputs(self, key, name):
1011 self.attr_inputs[key] = name
1012
1013 def del_attr_inputs(self, key):
1014 del self.attr_inputs[key]

Callers 12

_create_whereMethod · 0.80
_create_padMethod · 0.80
_create_upsampleMethod · 0.80
_create_expandMethod · 0.80
_create_onehotMethod · 0.80
_create_tileMethod · 0.80
_create_gatherMethod · 0.80
_create_reshapeMethod · 0.80
_create_sliceMethod · 0.80
_create_clipMethod · 0.80
initializeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected