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

Method getAxis

include/NvInfer.h:5569–5572  ·  view source on GitHub ↗

Get axis being concatenated over.

Source from the content-addressed store, hash-verified

5567
5568 //! Get axis being concatenated over.
5569 int32_t getAxis() const noexcept
5570 {
5571 return mImpl->getAxis();
5572 }
5573
5574 //!
5575 //! \brief Append or replace an input of this layer with a specific tensor

Callers

nothing calls this directly

Calls 1

getAxisMethod · 0.45

Tested by

no test coverage detected