View source on GitHub |
A class to describe the shape and dtype of numpy arrays.
Classes
class ArraySpec
: Describes a numpy array or scalar shape and dtype.
class BoundedArraySpec
: An ArraySpec
that specifies minimum and maximum values.
Functions
assert_arrays_spec_nest(...)
: Check that the arrays conform to the spec.
check_arrays_nest(...)
: Check that the arrays conform to the spec.
sample_bounded_spec(...)
: Samples the given bounded spec.
sample_spec_nest(...)
: Samples the given nest of specs.
Other Members | |
---|---|
absolute_import |
Instance of __future__._Feature
|
division |
Instance of __future__._Feature
|
print_function |
Instance of __future__._Feature
|