1 write to Outputs
Microsoft.ML.TensorFlow (1)
TensorflowTransform.cs (1)
683
Outputs
= new Dictionary<string, Tensor>();
6 references to Outputs
Microsoft.ML.TensorFlow (6)
TensorflowTransform.cs (6)
692
foreach (var tensor in
Outputs
.Values)
709
var tensor = outputCache.
Outputs
[_parent.Outputs[iinfo]];
722
var tensor = outputCache.
Outputs
[_parent.Outputs[iinfo]];
737
var tensor = outputCache.
Outputs
[_parent.Outputs[iinfo]];
770
if (outputCache.
Outputs
.TryGetValue(activeOutputColNames[j], out Tensor outTensor))
773
outputCache.
Outputs
[activeOutputColNames[j]] = tensors[j];