MCPcopy Create free account
hub / github.com/XiaoMi/mace / get_consumers

Method get_consumers

tools/python/transform/caffe_converter.py:114–115  ·  view source on GitHub ↗
(self, tensor_name)

Source from the content-addressed store, hash-verified

112 return self._ops.get(op_name, None)
113
114 def get_consumers(self, tensor_name):
115 return self._consumers.get(tensor_name, [])
116
117 def add_layer(self, layer):
118 op = CaffeOperator()

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected