From 8ead6c48d878346dfadc7fb48ee9ec94ab418a88 Mon Sep 17 00:00:00 2001 From: Tai Ly Date: Wed, 14 Feb 2024 22:35:44 +0000 Subject: [reference_model] tosa.fb name changes This patch adjusts reference model for attribute name changes in tosa.fb schema, and for obsoleted slice/tile/reshape attributes also updated examples due to the breaking tosa flatbuffers changes Signed-off-by: Tai Ly Change-Id: I105eb99a4c35f289c5078aed0a7f9cbb6dfe9123 --- reference_model/src/ops/data_layout.h | 1 - 1 file changed, 1 deletion(-) (limited to 'reference_model/src/ops/data_layout.h') diff --git a/reference_model/src/ops/data_layout.h b/reference_model/src/ops/data_layout.h index dee2ae0..802c8a0 100644 --- a/reference_model/src/ops/data_layout.h +++ b/reference_model/src/ops/data_layout.h @@ -178,7 +178,6 @@ public: using TOut = Eigen::Tensor; protected: - TosaTileAttribute* attribute; TosaReference::TensorTemplate* in; TosaReference::TensorTemplate* multiples; TosaReference::TensorTemplate* out; -- cgit v1.2.1