MCPcopy Create free account
hub / github.com/NVIDIA/TensorRT / getOperation

Method getOperation

include/NvInfer.h:3740–3743  ·  view source on GitHub ↗

\brief Get the unary operation for the layer. \see setOperation(), UnaryOperation

Source from the content-addressed store, hash-verified

3738 //! \see setOperation(), UnaryOperation
3739 //!
3740 UnaryOperation getOperation() const noexcept
3741 {
3742 return mImpl->getOperation();
3743 }
3744
3745protected:
3746 apiv::VUnaryLayer* mImpl;

Callers

nothing calls this directly

Calls 1

getOperationMethod · 0.45

Tested by

no test coverage detected