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

Method getAxis

include/NvInfer.h:5624–5627  ·  view source on GitHub ↗

Get axis being iterated over.

Source from the content-addressed store, hash-verified

5622
5623 //! Get axis being iterated over.
5624 int32_t getAxis() const noexcept
5625 {
5626 return mImpl->getAxis();
5627 }
5628
5629 //! For reverse=false, the layer is equivalent to addGather(tensor, I, 0) where I is a
5630 //! scalar tensor containing the loop iteration number.

Callers

nothing calls this directly

Calls 1

getAxisMethod · 0.45

Tested by

no test coverage detected