1 instantiation of OnnxRuntimeOutputCacher
Microsoft.ML.OnnxTransformer (1)
OnnxTransform.cs (1)
645OnnxRuntimeOutputCacher outputCacher = new OnnxRuntimeOutputCacher();
6 references to OnnxRuntimeOutputCacher
Microsoft.ML.OnnxTransformer (6)
OnnxTransform.cs (6)
618private Delegate CreateGetter(DataViewRow input, int iinfo, Func<int, bool> activeOutput, OnnxRuntimeOutputCacher outputCacher) 645OnnxRuntimeOutputCacher outputCacher = new OnnxRuntimeOutputCacher(); 685private void UpdateCacheIfNeeded(long position, INamedOnnxValueGetter[] srcNamedOnnxValueGetters, List<string> activeOutputColNames, OnnxRuntimeOutputCacher outputCache) 709string[] activeOutputColNames, OnnxRuntimeOutputCacher outputCacher) 728string[] activeOutputColNames, OnnxRuntimeOutputCacher outputCacher) 752string[] activeOutputColNames, OnnxRuntimeOutputCacher outputCacher)