-
Notifications
You must be signed in to change notification settings - Fork 2k
Closed
Labels
Description
pr #7034 renamed some of the methods which now result in typescript compile errors - i'm not sure why those are not automatically caughts on tfjs side?
src/tfjs-backend-webgl/src/backend_webgl.ts:1307:12 - error TS4113: This member cannot have an 'override' modifier because it is not declared in the base class 'KernelBackend'.
1307 override createTensorFromGPUData(
~~~~~~~~~~~~~~~~~~~~~~~
and
src/tfjs-backend-webgpu/src/backend_webgpu.ts:464:12 - error TS4113: This member cannot have an 'override' modifier because it is not declared in the base class 'KernelBackend'.
464 override createTensorFromGPUData(
~~~~~~~~~~~~~~~~~~~~~~~