1 override of AddAttribute
Microsoft.ML.OnnxConverter (1)
OnnxNodeImpl.cs (1)
28public override void AddAttribute(string argName, IEnumerable<bool> value)
1 reference to AddAttribute
Microsoft.ML.FastTree (1)
FastTree.cs (1)
3121node.AddAttribute("nodes_missing_value_tracks_true", missingValueTracksTrue);