#immutable

[ follow ]
fromHackernoon
1 year ago

There's No TensorFlow Without Tensors | HackerNoon

Tensors are multi-dimensional arrays with a uniform type (called a dtype) and are immutable, meaning their contents cannot be updated after creation.
Java
fromMedium
1 month ago

Collections: Sets in Scala-A Beginner's Guide

A Set in Scala is a collection that contains no duplicate elements, providing a simple and powerful way to manage unique values.
Scala
[ Load more ]