2 implementations of ITensorValueGetter
Microsoft.ML.TensorFlow (2)
TensorflowTransform.cs (2)
820private class TensorValueGetter<T> : ITensorValueGetter 864private class TensorValueGetterVec<T> : ITensorValueGetter
6 references to ITensorValueGetter
Microsoft.ML.TensorFlow (6)
TensorflowTransform.cs (6)
215private static ITensorValueGetter CreateTensorValueGetter<T>(DataViewRow input, bool isVector, int colIndex, TensorShape tfShape) 222private static ITensorValueGetter CreateTensorValueGetter(DataViewRow input, TF_DataType tfType, bool isVector, int colIndex, TensorShape tfShape) 228private static ITensorValueGetter[] GetTensorValueGetters( 235var srcTensorGetters = new ITensorValueGetter[inputColIndices.Length]; 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)