Home
last modified time | relevance | path

Searched defs:use_rdtscp (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.h558 explicit ProfilingState(bool use_rdtscp) : use_rdtscp_(use_rdtscp) {} in ProfilingState()
H A Dir_emitter.cc199 bool use_rdtscp = arch_type_ == llvm::Triple::ArchType::x86 || in EmitComputation() local