MCPcopy Index your code
hub / github.com/aidlearning/AidLearning-FrameWork / _biases

Function _biases

src/mutilpose/posenet/converter/tfjs2python.py:84–85  ·  view source on GitHub ↗
(layer_name)

Source from the content-addressed store, hash-verified

82 return variables["MobilenetV1/" + layer_name + "/weights"]['x']
83
84 def _biases(layer_name):
85 return variables["MobilenetV1/" + layer_name + "/biases"]['x']
86
87 def _depthwise_weights(layer_name):
88 return variables["MobilenetV1/" + layer_name + "/depthwise_weights"]['x']

Callers 3

_conv_to_outputFunction · 0.85
_convFunction · 0.85
_separable_convFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected