aboutsummaryrefslogtreecommitdiff
path: root/src/gpu/cl/operators/ClFullyConnected.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gpu/cl/operators/ClFullyConnected.h')
-rw-r--r--src/gpu/cl/operators/ClFullyConnected.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gpu/cl/operators/ClFullyConnected.h b/src/gpu/cl/operators/ClFullyConnected.h
index 5dc68c1bbe..9a5ba40510 100644
--- a/src/gpu/cl/operators/ClFullyConnected.h
+++ b/src/gpu/cl/operators/ClFullyConnected.h
@@ -132,11 +132,7 @@ private:
TensorInfo _flattened_src{};
TensorInfo _converted_weights{};
TensorInfo _reshaped_weights{};
-
- // Saved tensor shapes for reshaping when using matmul
- TensorShape _lhs_shape_original{};
TensorInfo _lhs_to_use{};
-
TensorInfo _weights_to_use{};
int _weights_to_use_idx{ ACL_SRC_1 };