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

Method run

setup.py:114–123  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

112 pass
113
114 def run(self):
115 self.status('Removing previous wheel files under wheelhouse')
116 shutil.rmtree('wheelhouse', ignore_errors=True)
117 for wheel in os.listdir('dist'):
118 self.status('Repair the dist/{} via auditwheel'.format(wheel))
119 os.system('auditwheel repair dist/{}'.format(wheel))
120
121 # self.status('Uploading the package to PyPI via Twine…')
122 # os.system('{} -m twine upload dist/*'.format(sys.executable))
123 sys.exit()
124
125
126def parse_compile_options():

Callers 15

generate_proto_filesFunction · 0.45
mainFunction · 0.45
_conv2d_helperMethod · 0.45
_relu_helperMethod · 0.45
_avg_pool_helperMethod · 0.45
_softmax_helperMethod · 0.45
_sigmoid_helperMethod · 0.45
_add_helperMethod · 0.45
_concat_helperMethod · 0.45
_matmul_helperMethod · 0.45
_max_pool_helperMethod · 0.45
_batch_norm_helperMethod · 0.45

Calls 1

statusMethod · 0.95

Tested by 15

_conv2d_helperMethod · 0.36
_relu_helperMethod · 0.36
_avg_pool_helperMethod · 0.36
_softmax_helperMethod · 0.36
_sigmoid_helperMethod · 0.36
_add_helperMethod · 0.36
_concat_helperMethod · 0.36
_matmul_helperMethod · 0.36
_max_pool_helperMethod · 0.36
_batch_norm_helperMethod · 0.36
_linear_helperMethod · 0.36
_gemm_helperMethod · 0.36