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

Function getOperation

include/NvInfer.h:3415–3418  ·  view source on GitHub ↗

\brief Get the operation of the RNN layer. \see setOperation(), RNNOperation

Source from the content-addressed store, hash-verified

3413 //! \see setOperation(), RNNOperation
3414 //!
3415 RNNOperation getOperation() const noexcept
3416 {
3417 return mImpl->getOperation();
3418 }
3419
3420 //!
3421 //! \brief Set the input mode of the RNN layer.

Callers

nothing calls this directly

Calls 1

getOperationMethod · 0.45

Tested by

no test coverage detected