Home
last modified time | relevance | path

Searched refs:shape_compute_graph_mapping (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/pytorch/torchgen/shape_functions/
H A Dgen_jit_shape_functions.py30 shape_compute_graph_mapping = module.shape_compute_graph_mapping variable
80 shape_compute_graph_mapping.values(), *bounded_compute_graph_mapping.values()
130 for schema, scripted_func in shape_compute_graph_mapping.items():
/aosp_15_r20/external/pytorch/torch/jit/
H A D_shape_functions.py1193 shape_compute_graph_mapping: Dict[str, ScriptFn] = {} variable
1213 global shape_compute_graph_mapping
1215 shape_compute_graph_mapping[operator_schema] = process_func(func)