ControlTrigger
tensorflow C++ API
tensorflow::ops::ControlTrigger
Does nothing.
Summary
Serves as a control trigger for scheduling.
Only useful as a placeholder for control edges.
Arguments:
- scope: A Scope object
Returns:
- the created
Operation
ControlTrigger block
Source link :https://github.com/EXPNUNI/enuSpaceTensorflow/blob/master/enuSpaceTensorflow/tf_control_flow_ops.cpp
Argument:
- Scope scope : A Scope object (A scope is generated automatically each page. A scope is not connected.)
Return:
- Operation operation : the created Operation
Using Method
※ placeholder를 초기화 시키기 위한 trigger이지만 core 블럭 중에 FeedType이 대신 하므로 사용하지 않는다.