Stay organized with collections
Save and categorize content based on your preferences.
tensorflow::ops::ControlTrigger
#include <control_flow_ops.h>
Does nothing.
Summary
Serves as a control trigger for scheduling.
Only useful as a placeholder for control edges.
Args:
Returns:
Public attributes
Public functions
operator::tensorflow::Operation
operator::tensorflow::Operation() const
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates. Some content is licensed under the numpy license.
Last updated 2023-10-06 UTC.
[null,null,["Last updated 2023-10-06 UTC."],[],[],null,["# tensorflow::ops::ControlTrigger Class Reference\n\ntensorflow::ops::ControlTrigger\n===============================\n\n`#include \u003ccontrol_flow_ops.h\u003e`\n\nDoes nothing.\n\nSummary\n-------\n\nServes as a control trigger for scheduling.\n\nOnly useful as a placeholder for control edges.\n\nArgs:\n\n- scope: A [Scope](/versions/r2.14/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope) object\n\n\u003cbr /\u003e\n\nReturns:\n\n- the created [Operation](/versions/r2.14/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation)\n\n\u003cbr /\u003e\n\n| ### Constructors and Destructors ||\n|---|---|\n| [ControlTrigger](#classtensorflow_1_1ops_1_1_control_trigger_1a9d54e681bdd8089c53e503ac63cd2894)`(const ::`[tensorflow::Scope](/versions/r2.14/api_docs/cc/class/tensorflow/scope#classtensorflow_1_1_scope)` & scope)` ||\n\n| ### Public attributes ||\n|---------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------|\n| [operation](#classtensorflow_1_1ops_1_1_control_trigger_1af3a7859538706903504df90d9933f987) | [Operation](/versions/r2.14/api_docs/cc/class/tensorflow/operation#classtensorflow_1_1_operation) |\n\n| ### Public functions ||\n|------------------------------------------------------------------------------------------------------------------------------|---|\n| [operator::tensorflow::Operation](#classtensorflow_1_1ops_1_1_control_trigger_1aeb98ba36e050bdd02c3ca667980887e8)`() const ` | |\n\nPublic attributes\n-----------------\n\n### operation\n\n```text\nOperation operation\n``` \n\nPublic functions\n----------------\n\n### ControlTrigger\n\n```gdscript\n ControlTrigger(\n const ::tensorflow::Scope & scope\n)\n``` \n\n### operator::tensorflow::Operation\n\n```gdscript\n operator::tensorflow::Operation() const \n```"]]