Home
last modified time | relevance | path

Searched defs:cache_it (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/pytorch/torch/csrc/jit/runtime/
H A Ddecomposition_registry.cpp114 auto cache_it = schema_to_decomposition.find(&schema); in GetDecomposition() local
126 auto cache_it = schema_to_function.find(&schema); in GetDecompositionFunction() local
H A Dsymbolic_shape_registry.cpp388 auto cache_it = cached_schema_to_graph.find(&schema); in shapeComputeGraphForSchema() local
404 auto cache_it = cached_bounded_schema_to_graph.find(&schema); in boundedGraphsForSchema() local
H A Dsymbolic_script.cpp1623 auto cache_it = cached_gradient_pairs.find(&schema); in gradientInfoForSchema() local
/aosp_15_r20/external/cronet/third_party/quic_trace/src/tools/render/
H A Dtext.cc116 auto cache_it = cache_.find(cache_key); in RenderTextInner() local
/aosp_15_r20/external/perfetto/src/trace_processor/perfetto_sql/intrinsics/table_functions/
H A Dexperimental_slice_layout.cc106 auto cache_it = layout_table_cache_.find(filter_id); in ComputeTable() local
/aosp_15_r20/frameworks/base/cmds/idmap2/idmap2d/
H A DIdmap2Service.cpp227 if (auto cache_it = container_cache_.find(target_path); cache_it != container_cache_.end()) { in GetTargetContainer() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dinstruction_fusion.cc246 auto cache_it = result_cache->find(std::make_pair(producer, consumer)); in CanFuseOnAllPaths() local