On this page
BNReLU3d
class torch.nn.intrinsic.quantized.BNReLU3d(num_features, eps=1e-05, momentum=0.1, device=None, dtype=None)[source]-
A BNReLU3d module is a fused module of BatchNorm3d and ReLU
We adopt the same interface as
torch.ao.nn.quantized.BatchNorm3d.- Variables:
-
torch.ao.nn.quantized.BatchNorm3d (Same as) –
© 2024, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://pytorch.org/docs/1.13/generated/torch.nn.intrinsic.quantized.BNReLU3d.html