\brief Add an If-conditional input. \param input An input to the conditional that can be used by either or both of the conditional’s subgraphs. \see IIfConditionalInputLayer
| 5460 | //! \see IIfConditionalInputLayer |
| 5461 | //! |
| 5462 | IIfConditionalInputLayer* addInput(ITensor& input) noexcept |
| 5463 | { |
| 5464 | return mImpl->addInput(input); |
| 5465 | } |
| 5466 | |
| 5467 | //! |
| 5468 | //! \brief Set the name of the conditional. |
no outgoing calls
no test coverage detected