Searched refs:num_threads (Results 1 – 15 of 15) sorted by relevance
31 int num_threads) const override;40 OpResolver::TfLiteDelegatePtrVector GetDelegates(int num_threads) const final;
493 int num_threads, bool allow_fp32_relax_to_fp16,605 void SetNumThreads(int num_threads) { in SetNumThreads() argument607 interpreter_->SetNumThreads(num_threads); in SetNumThreads()
39 options_.num_threads = xnnpack_settings->num_threads(); in XNNPackPlugin()
193 /*num_threads=*/settings.num_threads()); in ConvertXNNPackSettings()199 /*num_threads=*/settings.num_threads()); in ConvertCPUSettings()
967 int32_t num_threads; member969 : num_threads(0) { in XNNPackSettingsT()978 int32_t num_threads() const { in num_threads() function1011 int32_t num_threads = 0) {1419 int32_t num_threads; member1421 : num_threads(0) { in CPUSettingsT()1463 int32_t num_threads = 0) {2416 (lhs.num_threads == rhs.num_threads);2433 { auto _e = num_threads(); _o->num_threads = _e; } in UnPackTo()2645 (lhs.num_threads == rhs.num_threads);[all …]
187 optional int32 num_threads = 1; field303 optional int32 num_threads = 1 [default = -1]; field
83 int num_threads);87 TfLiteStatus SetNumThreads(int num_threads);
23 MaybeCreateXNNPACKDelegate(int num_threads);
454 TfLiteStatus SetNumThreads(int num_threads);
48 int num_threads; member122 context.set_max_num_threads(params.num_threads); in run()152 ¶ms.num_threads); in main()
44 virtual TfLiteDelegatePtrVector GetDelegates(int num_threads) const { in GetDelegates() argument
79 int num_threads = kDefaultNumThreads; member
119 TfLiteInterpreterOptions* options, int32_t num_threads);
93 int32_t num_threads; member307 client_h_trans.num_threads = (int32_t)(ntohl(client_h->num_threads)); in iperf_udp_run_server()320 …, __FUNCTION__, __LINE__, client_h_trans.flags, client_h_trans.num_threads, client_h_trans.port, c… in iperf_udp_run_server()983 client_h->num_threads = htonl( 1 ); in iperf_udp_run_client()
213 int num_threads in TfLiteInterpreterOptionsSetNumThreads() argument
Completed in 30 milliseconds