We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc6b624 commit 86ab38fCopy full SHA for 86ab38f
cpp/neuralnet/metalbackend.h
@@ -240,26 +240,6 @@ struct ComputeHandle {
240
*/
241
bool useFP16;
242
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
263
/**
264
* @brief The Metal handle instance.
265
0 commit comments