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