From e268b89c6fc37e6ae4142d5e29651b5dc2cb46fe Mon Sep 17 00:00:00 2001 From: Sam Harwell Date: Sun, 5 Jul 2020 13:29:19 -0700 Subject: [PATCH] Suppress CS0114 (Member hides inherited member; missing override keyword) --- src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs b/src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs index d6162103..5d38aa7f 100644 --- a/src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs +++ b/src/TensorFlowNET.Core/Operations/Initializers/GlorotUniform.cs @@ -31,7 +31,9 @@ namespace Tensorflow.Operations.Initializers } +#pragma warning disable CS0114 // Member hides inherited member; missing override keyword public object get_config() +#pragma warning restore CS0114 // Member hides inherited member; missing override keyword { return new {