Skip to content

Commit

Permalink
Pyre Faster Type Checking By Default Mode Headers] [batch:1/188] [sha…
Browse files Browse the repository at this point in the history
…rd:3/N] (pytorch#2704)

Summary: Pull Request resolved: pytorch#2704

Reviewed By: connernilsen

Differential Revision: D58348553

fbshipit-source-id: 4f16abdcee6e6f19cc328973cbc91398a8d51d6b
  • Loading branch information
generatedunixname89002005287564 authored and facebook-github-bot committed Jun 10, 2024
1 parent c7eea48 commit 98b7780
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fbgemm_gpu/fbgemm_gpu/tbe/cache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

from .split_embeddings_cache_ops import get_unique_indices_v2 # noqa: F401
2 changes: 2 additions & 0 deletions fbgemm_gpu/fbgemm_gpu/tbe/cache/split_embeddings_cache_ops.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# pyre-unsafe

from typing import Optional, Tuple, Union

import torch
Expand Down

0 comments on commit 98b7780

Please sign in to comment.