MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / bn

Function bn

tools/tensorflow-quantization/tests/network_pool.py:145–146  ·  view source on GitHub ↗
(input)

Source from the content-addressed store, hash-verified

143
144
145def bn(input):
146 return tf.keras.layers.BatchNormalization()(input)
147
148
149def relu(input):

Callers 2

identity_block_bnFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected