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

Method getOperation

include/NvInfer.h:4451–4454  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

4449 //! \see setOperation(), TopKOperation
4450 //!
4451 TopKOperation getOperation() const noexcept
4452 {
4453 return mImpl->getOperation();
4454 }
4455
4456 //!
4457 //! \brief Set the static k value for the layer.

Callers 9

bindGraphFunction · 0.45
addLSTMLayersMethod · 0.45
getOperationMethod · 0.45
getOperationFunction · 0.45
getOperationMethod · 0.45
getOperationMethod · 0.45
getOperationMethod · 0.45
getOperationMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected