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