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

Method getOperation

include/NvInfer.h:4611–4614  ·  view source on GitHub ↗

\brief Get the operation for an input tensor. \param index Input tensor number (0 or 1). \see setOperation()

Source from the content-addressed store, hash-verified

4609 //! \see setOperation()
4610 //!
4611 MatrixOperation getOperation(int32_t index) const noexcept
4612 {
4613 return mImpl->getOperation(index);
4614 }
4615
4616protected:
4617 apiv::VMatrixMultiplyLayer* mImpl;

Callers

nothing calls this directly

Calls 1

getOperationMethod · 0.45

Tested by

no test coverage detected