Module io

Source
Expand description

Input Output utilities.

Modules§

read_masked
read_tensor_checked

Functions§

read_masked
Returns the value at index in list if condition is true, otherwise returns value.
read_tensor_checked
Returns the value at index in tensor within bounds.