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