private
checkmethod_interpretation
— function
checkmethod_interpretation(method, sample, model; device = identity)
checkmethod_interpretation(method; device = identity)
Check if method
conforms to the core interface.
sample
and model
are used for testing. If you have implemented the testing
interface and don’t supply these as arguments, mocksample(method)
and
mockmodel(method)
will be used.