From d7c7ff54090e09da7febd213d9df250565fc4647 Mon Sep 17 00:00:00 2001 From: Anirudh Dagar Date: Thu, 17 Aug 2023 16:56:18 +0200 Subject: [PATCH] TF: default tensors creation statement fixed --- chapter_builders-guide/use-gpu.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/chapter_builders-guide/use-gpu.md b/chapter_builders-guide/use-gpu.md index 6420031452..5c3c9e18df 100644 --- a/chapter_builders-guide/use-gpu.md +++ b/chapter_builders-guide/use-gpu.md @@ -239,12 +239,7 @@ By default, tensors are created on the CPU. We can [**query the device where the tensor is located.**] :end_tab: -:begin_tab:`tensorflow` -By default, tensors are created on the CPU. -We can [**query the device where the tensor is located.**] -:end_tab: - -:begin_tab:`jax` +:begin_tab:`tensorflow, jax` By default, tensors are created on the GPU/TPU if they are available, else CPU is used if not available. We can [**query the device where the tensor is located.**]