LLVM: gen-inline-oz-test-model Namespace Reference (original) (raw)

Functions
Variables
str POLICY_DECISION_LABEL = "inlining_decision"
str POLICY_OUTPUT_SPEC

build_mock_model()

gen-inline-oz-test-model.build_mock_model ( path,
signature,
advice )

get_input_signature()

get_output_signature()

get_output_spec()

get_output_spec_path()

gen-inline-oz-test-model.get_output_spec_path ( path )

get_signature()

main()

POLICY_DECISION_LABEL

str gen-inline-oz-test-model.POLICY_DECISION_LABEL = "inlining_decision"

POLICY_OUTPUT_SPEC

Initial value:

1= """

2[

3 {

4 "logging_name": "inlining_decision",

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 15 of file gen-inline-oz-test-model.py.