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

Method getAxis

include/NvInfer.h:6366–6369  ·  view source on GitHub ↗

\brief Get the axis.

Source from the content-addressed store, hash-verified

6364 //! \brief Get the axis.
6365 //!
6366 int32_t getAxis() const noexcept
6367 {
6368 return mImpl->getAxis();
6369 }
6370
6371protected:
6372 apiv::VScatterLayer* mImpl;

Callers

nothing calls this directly

Calls 1

getAxisMethod · 0.45

Tested by

no test coverage detected