10 references to SetValue
Microsoft.ML.Transforms (10)
Expression\LambdaBinder.cs (8)
587node.SetValue(BinOp(node, a.Value, b.Value)); 596node.SetValue(v); 602node.SetValue(v); 608node.SetValue(v); 616node.SetValue(v); 632node.SetValue(v); 638node.SetValue(v); 646node.SetValue(v);
Expression\Node.cs (2)
759SetValue(tok.As<FltLitToken>().Value); 768SetValue((float)t.Value);