2 writes to _operations
Microsoft.ML.TensorFlow (2)
TensorflowUtils.cs (2)
538
_operations
= operations ?? new IntPtr[0];
551
_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)
599
_inputs.Length, _outputs, _outputValues, _outputValues.Length,
_operations
,
600
_operations
.Length, IntPtr.Zero, _status.Handle);