2 overrides of PreVisit
Microsoft.ML.Transforms (2)
Expression\CodeGen.cs (1)
397
public override bool
PreVisit
(UnaryOpNode node)
Expression\Node.cs (1)
162
public override bool
PreVisit
(UnaryOpNode node) { Visit(node); return false; }
1 reference to PreVisit
Microsoft.ML.Transforms (1)
Expression\Node.cs (1)
875
if (visitor.
PreVisit
(this))