Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XiaoMi/mace
/ get_op
Method
get_op
tools/python/transform/caffe_converter.py:111–112 ·
view source on GitHub ↗
(self, op_name)
Source
from the content-addressed store, hash-verified
109
return
self._ops.values()
110
111
def
get_op(self, op_name):
112
return
self._ops.get(op_name, None)
113
114
def
get_consumers(self, tensor_name):
115
return
self._consumers.get(tensor_name, [])
Callers
1
convert_ops
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected