Skip to content

Commit 97c0fb6

Browse files
QEDadyThe LAST Authors
authored andcommitted
Automated Code Change
PiperOrigin-RevId: 875282828
1 parent b08fdd9 commit 97c0fb6

14 files changed

Lines changed: 17 additions & 16 deletions

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

last/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

last/alignments.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

last/contexts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

last/lattices.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -558,8 +558,9 @@ def _backward(
558558
num_frames: jnp.ndarray,
559559
log_z: jnp.ndarray,
560560
alpha_0_to_T_minus_1: jnp.ndarray, # pylint: disable=invalid-name
561-
init_callback_carry: ...,
562-
callback: BackwardStepCallback) -> tuple[Any, Any]:
561+
init_callback_carry,
562+
callback: BackwardStepCallback,
563+
) -> tuple[Any, Any]:
563564
"""Computes arc marginals under the log semiring using the backward algorithm.
564565
565566
Under the log semiring, arc weights can be viewed as unnormalized log

last/semirings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

last/weight_fns.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tests/alignments_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tests/contexts_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

tests/last_test.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2025 The LAST Authors.
1+
# Copyright 2026 The LAST Authors.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.

0 commit comments

Comments
 (0)