rocm_jax/jax/experimental/checkify.py
2022-04-21 13:44:12 -07:00

30 lines
1006 B
Python

# Copyright 2022 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# https://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from jax._src.checkify import (
Error as Error,
ErrorCategory as ErrorCategory,
all_checks as all_checks,
automatic_checks as automatic_checks,
check as check,
check_error as check_error,
checkify as checkify,
div_checks as div_checks,
float_checks as float_checks,
index_checks as index_checks,
init_error as init_error,
nan_checks as nan_checks,
user_checks as user_checks,
)