Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtarget_machine_features.cc26 auto it = target_transform_info_cache_.find(&function); in GetTargetTransformInfoFor()
27 if (it == target_transform_info_cache_.end()) { in GetTargetTransformInfoFor()
28 auto emplace_result = target_transform_info_cache_.emplace( in GetTargetTransformInfoFor()
Dtarget_machine_features.h113 target_transform_info_cache_; variable