Class | Description |
---|---|
GradCheckUtil |
Gradient check utility
|
OpTestCase |
Validate the output - and shape function - of a single operation.
|
OpValidation |
Main test case runner for validating ops used in SameDiff.
This OpValidation class also collects test coverage information, to determine the op test coverage, for both op outputs and gradients/backprop. |
TestCase |
TestCase: Validate a SameDiff instance.
|