English
Appearance
class CPUBackend
CPUBackend()
A robust, fallback backend that executes the graph node-by-node using TensorPlay's eager execution engine. This ensures 100% operator coverage and stability, serving as the baseline for correctness.
__init__(self)
Initialize self. See help(type(self)) for accurate signature.
compile(self, graph, example_inputs)