MatchingBackend.full#
- abstract MatchingBackend.full(shape, dtype, fill_value)[source]#
Returns an array filled with fill_value of specified shape and dtype.
- Parameters:
- shapetuple of ints.
Desired shape for the array.
- dtypetype
Desired data type for the array.
- Returns:
- BackendArray
Byte-aligned array of zeros with specified shape and dtype.