Browse Source

IsWhileContext returns false.

tags/v0.13
Oceania2018 6 years ago
parent
commit
2394a8014e
1 changed files with 1 additions and 3 deletions
  1. +1
    -3
      src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs

+ 1
- 3
src/TensorFlowNET.Core/Operations/ControlFlows/ControlFlowContext.cs View File

@@ -305,9 +305,7 @@ namespace Tensorflow.Operations
} }


public virtual bool IsWhileContext() public virtual bool IsWhileContext()
{
throw new NotImplementedException("IsWhileContext");
}
=> false;


public virtual bool IsCondContext() public virtual bool IsCondContext()
=> false; => false;


Loading…
Cancel
Save