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

Method setAxis

include/NvInfer.h:6411–6414  ·  view source on GitHub ↗

\brief Set the axis parameter. \see IOneHotLayer

Source from the content-addressed store, hash-verified

6409 //! \see IOneHotLayer
6410 //!
6411 void setAxis(int32_t axis) noexcept
6412 {
6413 mImpl->setAxis(axis);
6414 }
6415
6416 //!
6417 //! \brief Get the value of the axis parameter.

Callers 8

addLSTMLayersMethod · 0.45
parseConcatFunction · 0.45
setAxisMethod · 0.45
setAxisMethod · 0.45
setAxisMethod · 0.45
setAxisMethod · 0.45
setAxisMethod · 0.45
setAxisMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected