vitis::ai::CenterPoint - 3.5 日本語

Vitis AI ライブラリ ユーザー ガイド (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 日本語

関数クイック リファレンス

次の表に、vitis::ai::CenterPoint クラスに定義されているすべての関数を示します。

表 1. 関数クイック リファレンス
タイプ メンバー 引数
std::unique_ptr< CenterPoint > create
  • void
int getInputWidth
  • void
int getInputHeight
  • void
size_t get_input_batch
  • void
std::vector< CenterPointResult > run
  • const std::vector< float > & input
std::vector< std::vector< CenterPointResult > > run
  • const std::vector< std::vector< float > > & inputs