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

Method getOperation

include/NvInfer.h:3813–3816  ·  view source on GitHub ↗

\brief Get the reduce operation for the layer. \see setOperation(), ReduceOperation

Source from the content-addressed store, hash-verified

3811 //! \see setOperation(), ReduceOperation
3812 //!
3813 ReduceOperation getOperation() const noexcept
3814 {
3815 return mImpl->getOperation();
3816 }
3817
3818 //!
3819 //! \brief Set the axes over which to reduce.

Callers

nothing calls this directly

Calls 1

getOperationMethod · 0.45

Tested by

no test coverage detected