2 writes to _operations
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
534
_operations
= operations ?? new IntPtr[0];
547
_operations
= operations?.Select(x => c_api.TF_GraphOperationByName(session.graph, x)).ToArray() ?? new IntPtr[0];
2 references to _operations
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
594
_inputs.Length, _outputs, _outputValues, _outputValues.Length,
_operations
,
595
_operations
.Length, IntPtr.Zero, _status.Handle);