Home
last modified time | relevance | path

Searched refs:CompilerFactory (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dcompiler.h231 using CompilerFactory = std::function<std::unique_ptr<Compiler>()>; variable
238 CompilerFactory compiler_factory);
262 static std::map<se::Platform::Id, CompilerFactory>*
Dcompiler.cc59 /* static */ std::map<se::Platform::Id, Compiler::CompilerFactory>*
61 static auto* r = new std::map<se::Platform::Id, CompilerFactory>; in GetPlatformCompilerFactories()