\brief Set an execution context as the inspection source. Setting the execution context and specifying all the input shapes allows the inspector to calculate concrete dimensions for any dynamic shapes and display their format information. Otherwise, values dependent on input shapes will be displayed as -1 and format information will not be shown. Passing nullptr will remove any association with
| 3613 | //! \return Whether the action succeeds. |
| 3614 | //! |
| 3615 | bool setExecutionContext(IExecutionContext const* context) noexcept |
| 3616 | { |
| 3617 | return mImpl->setExecutionContext(context); |
| 3618 | } |
| 3619 | |
| 3620 | //! |
| 3621 | //! \brief Get the context currently being inspected. |
no outgoing calls
no test coverage detected