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