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);