[GPU] Removed unneeded data from the code (#10987)

This commit is contained in:
Ilya Znamenskiy 2022-03-16 14:22:54 +03:00 committed by GitHub
parent 3bb83b4ddd
commit 848a824260
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,8 +77,6 @@ bool FullyConnectedKernelIMAD::Validate(const Params& params, const optional_par
const auto& in = fc_params.inputs[0];
const auto& wei = fc_params.weights;
auto tuning_data = GetTuningParams(fc_params);
if ((in.X().pad.before != 0) || (in.X().pad.after != 0) ||
(in.Y().pad.before != 0) || (in.Y().pad.after != 0)) {
// Padding is not supported