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