Home
last modified time | relevance | path

Searched refs:kLogV16F32SymbolName (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dllvm_ir_runtime.h35 extern const char* const kLogV16F32SymbolName;
Dcompiler_functor.cc196 {"logf", runtime::kLogV16F32SymbolName, llvm::ElementCount::getFixed(16)}, in VectorFunctionsForTargetLibraryInfoImpl()
197 {"llvm.log.f32", runtime::kLogV16F32SymbolName, in VectorFunctionsForTargetLibraryInfoImpl()
Dllvm_ir_runtime.cc39 const char* const kLogV16F32SymbolName = "__xla_cpu_runtime_LogV16F32AVX"; variable
418 rewrite_calls(kLogV16F32SymbolName, GenerateVF32Log, /*vector_width=*/16); in RewriteIRRuntimeFunctions()