Expand description
Input Output utilities.
Modules§
Functions§
- read_
masked - Returns the value at
index
inlist
ifcondition
istrue
, otherwise returnsvalue
. - read_
tensor_ checked - Returns the value at
index
in tensor within bounds.
Input Output utilities.
index
in list
if condition
is true
, otherwise returns value
.index
in tensor within bounds.