Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dcompiler_functor.cc183 {"logf", runtime::kLogV8F32SymbolName, 8}, in VectorFunctionsForTargetLibraryInfoImpl()
184 {"llvm.log.f32", runtime::kLogV8F32SymbolName, 8}, in VectorFunctionsForTargetLibraryInfoImpl()
Dllvm_ir_runtime.h31 extern const char* const kLogV8F32SymbolName;
Dllvm_ir_runtime.cc36 const char* const kLogV8F32SymbolName = "__xla_cpu_runtime_LogV8F32AVX"; variable
301 rewrite_calls(kLogV8F32SymbolName, GenerateVF32Log, /*vector_width=*/8); in RewriteIRRuntimeFunctions()