1 instantiation of OutputCache
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
657
OutputCache outputCacher = new
OutputCache
();
4 references to OutputCache
Microsoft.ML.TensorFlow (4)
TensorflowTransform.cs (4)
641
private Delegate CreateGetter(DataViewRow input, int iinfo, Func<int, bool> activeOutput,
OutputCache
outputCache)
657
OutputCache
outputCacher = new OutputCache();
701
private Delegate MakeGetter<T>(DataViewRow input, int iinfo, ITensorValueGetter[] srcTensorGetters, string[] activeOutputColNames,
OutputCache
outputCache) where T : unmanaged
750
private void UpdateCacheIfNeeded(long position, ITensorValueGetter[] srcTensorGetters, string[] activeOutputColNames,
OutputCache
outputCache)