LLVM: gen Namespace Reference (original) (raw)

-inline-oz-test-model

-regalloc-priority-test-model

-regalloc-eviction-test-model

Generate a mock model for LLVM tests.

The generated model is not a neural net - it is just a tf.function with the correct input and output parameters. By construction, the mock model will always output 1.

Generate a mock model for LLVM tests for Register Allocation. The generated model is not a neural net - it is just a tf.function with the correct input and output parameters. By construction, the mock model will always output the first liverange that can be evicted.

Generate a mock model for LLVM tests for Register Allocation. The generated model is not a neural net - it is just a tf.function with the correct input and output parameters.