PandA-2024.02
Data Fields
TVMParallelGroupEnv Struct Reference

Environment for TVM parallel task. More...

#include <c_backend_api.h>

Data Fields

void * sync_handle
 Auxiliary used for synchronization. More...
 
int32_t num_task
 total amount of task More...
 

Detailed Description

Environment for TVM parallel task.

Definition at line 97 of file c_backend_api.h.

Field Documentation

◆ num_task

int32_t TVMParallelGroupEnv::num_task

total amount of task

Definition at line 103 of file c_backend_api.h.

◆ sync_handle

void* TVMParallelGroupEnv::sync_handle

Auxiliary used for synchronization.

Definition at line 101 of file c_backend_api.h.


The documentation for this struct was generated from the following file:

Generated on Mon Feb 12 2024 13:04:08 for PandA-2024.02 by doxygen 1.8.13