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