Skip to content

Commit 86ab38f

Browse files
committed
Remove unused variables from Metal backend
1 parent cc6b624 commit 86ab38f

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

cpp/neuralnet/metalbackend.h

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -240,26 +240,6 @@ struct ComputeHandle {
240240
*/
241241
bool useFP16;
242242

243-
/**
244-
* @brief The x length of the CoreML model.
245-
*/
246-
int modelXLen = COMPILE_MAX_BOARD_LEN;
247-
248-
/**
249-
* @brief The y length of the CoreML model.
250-
*/
251-
int modelYLen = COMPILE_MAX_BOARD_LEN;
252-
253-
/**
254-
* @brief The version of the CoreML model.
255-
*/
256-
int modelVersion;
257-
258-
/**
259-
* @brief The index of the CoreML model.
260-
*/
261-
int modelIndex;
262-
263243
/**
264244
* @brief The Metal handle instance.
265245
*/

0 commit comments

Comments
 (0)