diff --git a/src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs b/src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs index 00c395a3..0d2665e1 100644 --- a/src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs +++ b/src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs @@ -305,9 +305,7 @@ namespace Tensorflow.Operations } public virtual bool IsWhileContext() - { - throw new NotImplementedException("IsWhileContext"); - } + => false; public virtual bool IsCondContext() => false;