Skip to content

Commit

Permalink
fix: declare modifier on base layer
Browse files Browse the repository at this point in the history
  • Loading branch information
yawetse committed Jul 26, 2022
1 parent 69a209e commit 8f89749
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/model_interface.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ export type LambdaLayerOptions = {
* @see https://benjamin-wegener.blogspot.com/2020/02/tensorflowjs-lambda-layer.html
*/
export class LambdaLayer extends layers.Layer {
name: string;
declare name: string;
lambdaFunction: string;
//@ts-ignore
lambdaOutputShape: TFShape | Matrix | Vector;
Expand Down

0 comments on commit 8f89749

Please sign in to comment.