Merge pull request #15458 from jakevdp:fix-debug-exports

PiperOrigin-RevId: 522653025
This commit is contained in:
jax authors 2023-04-07 12:05:26 -07:00
commit 891b5b60c8

View File

@ -11,6 +11,8 @@
# 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.
__all__ = ["callback", "print", "DebugEffect", "visualize_array_sharding",
"inspect_array_sharding", "visualize_sharding", "breakpoint"]
from jax._src.debugging import debug_callback as callback
from jax._src.debugging import debug_print as print
from jax._src.debugging import DebugEffect