HomeSort by relevance Sort by last modified time
    Searched refs:target_transform_info_cache_ (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/cpu/
target_machine_features.cc 24 auto it = target_transform_info_cache_.find(&function);
25 if (it == target_transform_info_cache_.end()) {
26 auto emplace_result = target_transform_info_cache_.emplace(
target_machine_features.h 101 target_transform_info_cache_; member in class:xla::cpu::LLVMTargetMachineFeatures

Completed in 435 milliseconds