1 instantiation of CachedWithLocal
Microsoft.ML.Transforms (1)
Expression\CodeGen.cs (1)
1387
var cache = new
CachedWithLocal
(local, value.Local, flag.Local);
5 references to CachedWithLocal
Microsoft.ML.Transforms (5)
Expression\CodeGen.cs (5)
138
private readonly List<
CachedWithLocal
> _cacheWith;
145
_cacheWith = new List<
CachedWithLocal
>();
359
var
cache = _cacheWith[loc.Index];
1346
var
item = _cacheWith[i];
1387
var
cache = new CachedWithLocal(local, value.Local, flag.Local);