Searched refs:IsFusedBatchNorm (Results 1 – 3 of 3) sorted by relevance
75 bool IsFusedBatchNorm(const NodeDef& node);
232 bool IsFusedBatchNorm(const NodeDef& node) { in IsFusedBatchNorm() function
348 if (!batch_norm || !IsFusedBatchNorm(*batch_norm)) return false; in FindConv2DWithBatchNorm()423 if (!IsFusedBatchNorm(node)) return false; in IsFusedBatchNormCandidate()