1 instantiation of OutputCache
Microsoft.ML.Vision (1)
DnnRetrainTransform.cs (1)
861var outputCache = new OutputCache();
3 references to OutputCache
Microsoft.ML.Vision (3)
DnnRetrainTransform.cs (3)
861var outputCache = new OutputCache(); 870private Delegate MakeGetter<T>(DataViewRow input, int iinfo, ITensorValueGetter[] srcTensorGetters, string[] activeOutputColNames, OutputCache outputCache) where T : unmanaged 921private void UpdateCacheIfNeeded(long position, ITensorValueGetter[] srcTensorGetters, string[] activeOutputColNames, OutputCache outputCache)