InvalidOperator

InvalidOperator()

Raised by the runtime system when an Operator cannot be constructed.

This generally occurs when an invalid combination of arguments is supplied to Operator(...) (e.g., a GPU-only optimization option is provided, while the Operator is being generated for the CPU).

Back to top