2 references to ParseOutput
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
545
_inputs = inputs?.Select(x =>
ParseOutput
(session, x)).ToArray() ?? new TF_Output[0];
546
_outputs = outputs?.Select(x =>
ParseOutput
(session, x)).ToArray() ?? new TF_Output[0];