| 8468 | //! \return the tensor format |
| 8469 | //! |
| 8470 | TRT_DEPRECATED TensorFormat getTensorFormat() const noexcept |
| 8471 | { |
| 8472 | return mImpl->getTensorFormat(); |
| 8473 | } |
| 8474 | |
| 8475 | //! |
| 8476 | //! \brief Return DataType of the input/output of algorithm. |
no outgoing calls
no test coverage detected