Skip to content

Commit 3377f12

Browse files
committed
control_flow_ops.control_trigger
1 parent 57f77ab commit 3377f12

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/TensorFlowNET.Core/Operations/gen_control_flow_ops.cs

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,15 @@ public class gen_control_flow_ops
2222
{
2323
public static OpDefLibrary _op_def_lib = new OpDefLibrary();
2424

25+
public static Operation control_trigger(string name = null)
26+
{
27+
var _op = _op_def_lib._apply_op_helper("ControlTrigger", name, new
28+
{
29+
});
30+
31+
return _op;
32+
}
33+
2534
/// <summary>
2635
/// Creates or finds a child frame, and makes `data` available to the child frame.
2736
/// </summary>

0 commit comments

Comments
 (0)