| Package | Description |
|---|---|
| org.bytedeco.dnnl.global |
| Modifier and Type | Method and Description |
|---|---|
static int |
dnnl.dnnl_primitive_desc_iterator_create(dnnl_primitive_desc_iterator iterator,
const_dnnl_op_desc_t op_desc,
dnnl_primitive_attr attr,
dnnl_engine engine,
dnnl_primitive_desc hint_forward_primitive_desc)
\addtogroup dnnl_api
\{
|
static int |
dnnl.dnnl_primitive_desc_iterator_destroy(dnnl_primitive_desc_iterator iterator)
Destroys a primitive descriptor iterator.
|
static dnnl_primitive_desc |
dnnl.dnnl_primitive_desc_iterator_fetch(dnnl_primitive_desc_iterator iterator)
Fetches the current primitive descriptor from a primitive descriptor
iterator.
|
static int |
dnnl.dnnl_primitive_desc_iterator_next(dnnl_primitive_desc_iterator iterator)
Advances the primitive descriptor iterator to point to the next available
implementation.
|
Copyright © 2020. All rights reserved.