Skip to content

regression causes compile failure #7110

@vladmandic

Description

@vladmandic

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(
               ~~~~~~~~~~~~~~~~~~~~~~~

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions