|
| constexpr const char * | kPrivateAlloc = "private_alloc" |
| | The buffers allocated by the operator. More...
|
| |
| constexpr const char * | kDeviceInitStmt = "device_init_stmt" |
| | The initialization statement of the operator. which will be inserted at the beginning of the kernel. More...
|
| |
| constexpr const char * | kHostInitStmt = "host_init_stmt" |
| | The initialization statement of the operator. which will be inserted at the beginning of the kernel. More...
|
| |
| constexpr const char * | kPostBufferDefStmt = "post_buffer_def_stmt" |
| | Statements to be inserted after a specific buffer's definition (DeclBuffer/AllocBuffer). Stored as Map<Buffer, ffi::Array<Stmt>>. More...
|
| |