TensorFlowSharp
TensorFlowSharp copied to clipboard
Defensive TFOutput
Handle a few structs that can be invalid, like TFOutput to prevent it from calling unmanaged code with broken data and crash.
Could this potentially be solved by incorporating TFGraph references as described in the idle musings on issue #3 ?