Browse Source

comments issue

tags/v0.9
Oceania2018 6 years ago
parent
commit
9f54715f73
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs

+ 1
- 1
src/TensorFlowNET.Core/Operations/control_flow_ops.py.cs View File

@@ -318,7 +318,7 @@ namespace Tensorflow
"Incompatible return types of true_fn and false_fn: {}".format(e))
except ValueError as e:
raise ValueError(
"Incompatible return values of true_fn and false_fn: {}".format(e))
"Incompatible return values of true_fn and false_fn: {}".format(e))*/

var res_t_flat = new Tensor[] { res_t };
var res_f_flat = new Tensor[] { res_f };


Loading…
Cancel
Save