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