@Namespace(value="dnnl") public static enum dnnl.query extends Enum<dnnl.query>
\addtogroup dnnl_api_primitives_common \{
Primitive descriptor query specification. In general, queries are not used with the C++ API because most queries are implemented as class members. See \ref dnnl_query_t for more information.
| Enum Constant and Description |
|---|
batch_normalization_d
batch normalization descriptor
|
binary_d
binary descriptor
|
convolution_d
convolution descriptor
|
deconvolution_d
deconvolution descriptor
|
diff_dst_md
destination gradient (diff) memory desc
|
diff_src_md
source gradient (diff) memory desc
|
diff_weights_md
weights gradient (diff) memory desc
|
dst_md
destination memory desc
|
eltwise_d
eltwise descriptor
|
engine
execution engine
|
exec_arg_md
memory desc of an execute argument
|
impl_info_str
implementation name
|
inner_product_d
inner product descriptor
|
layer_normalization_d
layer normalization descriptor
|
logsoftmax_d
logsoftmax descriptor
|
lrn_d
lrn descriptor
|
matmul_d
matmul descriptor
|
memory_consumption_s64
memory required for scratchpad (bytes)
|
num_of_inputs_s32
number of inputs expected
|
num_of_outputs_s32
number of outputs expected
|
op_d
operation descriptor
|
pooling_d
pooling descriptor
|
primitive_kind
primitive kind
|
prop_kind
propagation kind
|
reorder_dst_engine
reorder destination engine
|
reorder_src_engine
reorder source engine
|
resampling_d
resampling descriptor
|
rnn_d
rnn descriptor
|
scratchpad_engine
scratchpad engine
engine to be used for creating scratchpad memory
|
scratchpad_md
scratchpad memory desc
|
shuffle_d
shuffle descriptor
|
softmax_d
softmax descriptor
|
src_md
source memory desc
|
time_estimate_f64
runtime estimation (seconds), unimplemented
|
undef
no query
|
weights_md
weights memory descriptor desc
|
workspace_md
workspace memory desc
|
| Modifier and Type | Field and Description |
|---|---|
int |
value |
| Modifier and Type | Method and Description |
|---|---|
dnnl.query |
intern() |
String |
toString() |
static dnnl.query |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static dnnl.query[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final dnnl.query undef
public static final dnnl.query engine
public static final dnnl.query primitive_kind
public static final dnnl.query num_of_inputs_s32
public static final dnnl.query num_of_outputs_s32
public static final dnnl.query time_estimate_f64
public static final dnnl.query memory_consumption_s64
dev_guide_attributes_scratchpadpublic static final dnnl.query scratchpad_engine
public static final dnnl.query reorder_src_engine
public static final dnnl.query reorder_dst_engine
public static final dnnl.query impl_info_str
public static final dnnl.query prop_kind
public static final dnnl.query op_d
public static final dnnl.query convolution_d
public static final dnnl.query deconvolution_d
public static final dnnl.query shuffle_d
public static final dnnl.query eltwise_d
public static final dnnl.query softmax_d
public static final dnnl.query pooling_d
public static final dnnl.query lrn_d
public static final dnnl.query batch_normalization_d
public static final dnnl.query layer_normalization_d
public static final dnnl.query inner_product_d
public static final dnnl.query rnn_d
public static final dnnl.query binary_d
public static final dnnl.query logsoftmax_d
public static final dnnl.query matmul_d
public static final dnnl.query resampling_d
public static final dnnl.query src_md
public static final dnnl.query diff_src_md
public static final dnnl.query weights_md
public static final dnnl.query diff_weights_md
public static final dnnl.query dst_md
public static final dnnl.query diff_dst_md
public static final dnnl.query workspace_md
public static final dnnl.query scratchpad_md
public static final dnnl.query exec_arg_md
public static dnnl.query[] values()
for (dnnl.query c : dnnl.query.values()) System.out.println(c);
public static dnnl.query valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic dnnl.query intern()
public String toString()
toString in class Enum<dnnl.query>Copyright © 2020. All rights reserved.