Skip to content

Commit

Permalink
Change pybind11_abseil type_caster const_name Span to Sequence.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 617961866
  • Loading branch information
Ralf W. Grosse-Kunstleve authored and tflite-support-robot committed Mar 21, 2024
1 parent bfbf974 commit 9358acf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@

from typing import Optional

def create_serialized_index_file(embedding_dim: int, serialized_config: str, userinfo: str, partition_assignment, metadata, compression: bool = ..., hashed_database: Optional[Span[int]] = ..., float_database: Optional[Span[float]] = ...) -> bytes: ...
def create_serialized_index_file(embedding_dim: int, serialized_config: str, userinfo: str, partition_assignment: Sequence[int], metadata: Sequence[str], compression: bool = ..., hashed_database: Optional[Sequence[int]] = ..., float_database: Optional[Sequence[float]] = ...) -> bytes: ...

0 comments on commit 9358acf

Please sign in to comment.