mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-22 19:23:30 +00:00
For the special case where all variadic inputs of a kernel are the same shape (i.e. no broadcasting is required) and there are few enough of them, we perform the entire computation in a single kernel. The general implementation (which was previously used for this special case) handles broadcasting by repeatedly invoking a binary kernel on successive inputs. |
||
|---|---|---|
| .. | ||
| alloc_kind.h | ||
| allocator.h | ||
| customregistry.h | ||
| data_types.h | ||
| data_types_internal.h | ||
| endian.h | ||
| execution_provider.h | ||
| fence.h | ||
| framework_common.h | ||
| func_api.h | ||
| kernel_def_builder.h | ||
| kernel_registry.h | ||
| ml_value.h | ||
| op_kernel.h | ||
| op_kernel_info.h | ||
| op_node_proto_helper.h | ||
| run_options.h | ||
| sparse_tensor.h | ||
| tensor.h | ||
| tensor_shape.h | ||