Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dsymbolic_shape_runtime_fusion.cpp58 std::map<int64_t, Value*> sym_shape_to_enclosing_graph_value; in InsertSymbolicShapesCompute() local
67 sym_shape_to_enclosing_graph_value[sym_shape->second] = sym_shape_values[i]; in InsertSymbolicShapesCompute()
69 return sym_shape_to_enclosing_graph_value; in InsertSymbolicShapesCompute()