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.cc24 auto it = target_transform_info_cache_.find(&function); in GetTargetTransformInfoFor()
25 if (it == target_transform_info_cache_.end()) { in GetTargetTransformInfoFor()
26 auto emplace_result = target_transform_info_cache_.emplace( in GetTargetTransformInfoFor()
Dtarget_machine_features.h101 target_transform_info_cache_; variable