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

Method getOperation

include/NvInfer.h:5898–5901  ·  view source on GitHub ↗

\brief Get the fill operation for the layer. \see setOperation(), FillOperation

Source from the content-addressed store, hash-verified

5896 //! \see setOperation(), FillOperation
5897 //!
5898 FillOperation getOperation() const noexcept
5899 {
5900 return mImpl->getOperation();
5901 }
5902
5903 //!
5904 //! \brief Set the alpha parameter.

Callers

nothing calls this directly

Calls 1

getOperationMethod · 0.45

Tested by

no test coverage detected