pfnet-research / chainer-compiler

Experimental toolchain to compile and run Chainer models
MIT License
112 stars 23 forks source link

Deprecate use of exception for inference of function calls #807

Closed momohatt closed 4 years ago

momohatt commented 4 years ago

This PR removes the use of exception ArgumentRequired when the inference engine fails to retrieve the type signature (types that is not dependent on the type of argument) of functions, as it fails to do so in most cases. This frequent use of exception has made it difficult for us to read the error message when the inference failed.

shinh commented 4 years ago

/test

pfn-ci-bot commented 4 years ago

Successfully created a job for commit c71f670: