We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f77ab commit 3377f12Copy full SHA for 3377f12
src/TensorFlowNET.Core/Operations/gen_control_flow_ops.cs
@@ -22,6 +22,15 @@ public class gen_control_flow_ops
22
{
23
public static OpDefLibrary _op_def_lib = new OpDefLibrary();
24
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
34
/// <summary>
35
/// Creates or finds a child frame, and makes `data` available to the child frame.
36
/// </summary>
0 commit comments