Skip to content

tensorplay.backends.cpu

Classes

class CPUBackend [source]

python
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.

Methods

__init__(self) [source]

Initialize self. See help(type(self)) for accurate signature.


compile(self, graph, example_inputs) [source]


Released under the Apache 2.0 License.

📚DeepWiki