MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / FusedBatchNorm

Class FusedBatchNorm

tensorflow/core/grappler/optimizers/remapper.cc:95–101  ·  view source on GitHub ↗

FusedBatchNorm that can be replaced with a cheaper set of primitives.

Source from the content-addressed store, hash-verified

93
94// FusedBatchNorm that can be replaced with a cheaper set of primitives.
95struct FusedBatchNorm {
96 FusedBatchNorm() = default;
97 explicit FusedBatchNorm(int fused_batch_norm)
98 : fused_batch_norm(fused_batch_norm) {}
99
100 int fused_batch_norm = kMissingIndex;
101};
102
103// FusedBatchNorm[$is_training] with fused side input and/or activation.
104struct FusedBatchNormEx {

Callers 4

TEST_FFunction · 0.70
TEST_FFunction · 0.70

Calls

no outgoing calls

Tested by 4

TEST_FFunction · 0.56
TEST_FFunction · 0.56