29 #include "tiny_dnn/core/kernels/fully_connected_op_internal.h"
35 fully_connected_op_avx(
const tensor_t& in_data,
39 const fully_params& params,
40 const bool layer_parallelize) {
43 fully_connected_op_internal(
51 throw nn_error(
"TinyDNN has not been compiled with AVX support.");
56 fully_connected_op_avx(
const tensor_t& prev_out,
62 const fully_params& params,
63 const bool layer_parallelize) {
66 fully_connected_op_internal(
76 throw nn_error(
"TinyDNN has not been compiled with AVX support.");