Class: InstanceNormReluFilter

InstanceNormReluFilter

Uses 'x', 'variance' and 'sum' inputs to perform instance normalization. 'variance' and 'sum' are previously executed filters which hold the variance of x and the sum of all values in x.

Inputs: - x: 4D tensor - variance: 2D tensor of shape [1, ] - sum: 2D tensor of shape [1, ]