Home
last modified time | relevance | path

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

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Dsymbolic_shape_registry.cpp75 cached_bounded_schema_to_graph; variable
298 cached_bounded_schema_to_graph[schema_string] = {lower_graph, upper_graph}; in registerBoundedSchema()
400 if (cached_bounded_schema_to_graph.empty()) { in boundedGraphsForSchema()
404 auto cache_it = cached_bounded_schema_to_graph.find(&schema); in boundedGraphsForSchema()
405 if (cache_it != cached_bounded_schema_to_graph.end()) { in boundedGraphsForSchema()