LLVM: gen-regalloc-eviction-test-model Namespace Reference (original) (raw)
| Functions |
|---|
| Variables | |
|---|---|
| str | POLICY_DECISION_LABEL = "index_to_evict" |
| str | POLICY_OUTPUT_SPEC |
| list | PER_REGISTER_FEATURE_LIST = ["mask"] |
| int | NUM_REGISTERS = 33 |
◆ build_mock_model()
| gen-regalloc-eviction-test-model.build_mock_model | ( | path | ) |
|---|
◆ get_input_signature()
| gen-regalloc-eviction-test-model.get_input_signature | ( | ) |
|---|
◆ get_output_spec_path()
| gen-regalloc-eviction-test-model.get_output_spec_path | ( | path | ) |
|---|
◆ main()
| gen-regalloc-eviction-test-model.main | ( | argv | ) |
|---|
◆ NUM_REGISTERS
int gen-regalloc-eviction-test-model.NUM_REGISTERS = 33
◆ PER_REGISTER_FEATURE_LIST
list gen-regalloc-eviction-test-model.PER_REGISTER_FEATURE_LIST = ["mask"]
◆ POLICY_DECISION_LABEL
str gen-regalloc-eviction-test-model.POLICY_DECISION_LABEL = "index_to_evict"
◆ POLICY_OUTPUT_SPEC
str gen-regalloc-eviction-test-model.POLICY_OUTPUT_SPEC
Initial value:
1= """
2[
3 {
4 "logging_name": "index_to_evict",
5 "tensor_spec": {
6 "name": "StatefulPartitionedCall",
7 "port": 0,
8 "type": "int64_t",
9 "shape": [
10 1
11 ]
12 }
13 }
14]
15"""
Definition at line 11 of file gen-regalloc-eviction-test-model.py.