Home
last modified time | relevance | path

Searched refs:out_type (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/test/Integration/Dialect/PDL/CPU/
H A Dmultiroot.mlir13 %out_type = pdl.type
22 …%op1 = pdl.operation "kernel.FcFwd" (%rxact, %weight : !pdl.value, !pdl.value) -> (%out_type : !pd…
31 %out_type = pdl.type
35 %rxdelta = pdl.operand : %out_type
151 %out_type = pdl.type
155 %rxdelta = pdl.operand : %out_type
162 …%op1 = pdl.operation "tf.BiasAdd" (%val0, %bias : !pdl.value, !pdl.value) -> (%out_type : !pdl.typ…
164 %op2 = pdl.operation "tf.Relu" (%val1 : !pdl.value) -> (%out_type : !pdl.type)
166 …%op3 = pdl.operation "tf.ReluGrad" (%rxdelta, %val2 : !pdl.value, !pdl.value) -> (%out_type : !pdl…
195 %out_type = pdl.type
[all …]
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_settings.cpp2151 enum affinity_type *out_type, in __kmp_parse_affinity_env() argument
2222 #define set_type(val) _set_param(type, *out_type, val) in __kmp_parse_affinity_env()
2451 *out_type = affinity_explicit; in __kmp_parse_affinity_env()
2453 } else if (*out_type != affinity_explicit) { in __kmp_parse_affinity_env()
2460 switch (*out_type) { in __kmp_parse_affinity_env()