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

Method isNetworkInput

include/NvInfer.h:285–288  ·  view source on GitHub ↗

\brief Whether the tensor is a network input.

Source from the content-addressed store, hash-verified

283 //! \brief Whether the tensor is a network input.
284 //!
285 bool isNetworkInput() const noexcept
286 {
287 return mImpl->isNetworkInput();
288 }
289
290 //!
291 //! \brief Whether the tensor is a network output.

Callers 1

parseMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected