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

Function relu

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

Source from the content-addressed store, hash-verified

147
148
149def relu(input):
150 return tf.keras.layers.ReLU()(input)
151
152
153def inception_block(input_tensor):

Callers 2

identity_block_bnFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected