Skip to content

Commit

Permalink
correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosuc3m committed Oct 1, 2024
1 parent a646c1f commit 3f057eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
import org.tensorflow.types.family.TType;

/**
* Utility class to build Pytorch Bytedeco tensors from shm segments using {@link SharedMemoryArray}
* Utility class to build Tensorflow tensors from shm segments using {@link SharedMemoryArray}
*
* @author Carlos Garcia Lopez de Haro
*/
Expand All @@ -65,7 +65,7 @@ private TensorBuilder() {}
* @param array
* the {@link SharedMemoryArray} that is going to be converted into
* a {@link TType} tensor
* @return the Pytorch {@link TType} as the one stored in the shared memory segment
* @return the Tensorflow {@link TType} as the one stored in the shared memory segment
* @throws IllegalArgumentException if the type of the {@link SharedMemoryArray}
* is not supported
*/
Expand Down

0 comments on commit 3f057eb

Please sign in to comment.