Searched refs:BuildExecutable (Results 1 – 6 of 6) sorted by relevance
/external/ltp/android/tools/ |
D | android_build_generator.py | 96 def BuildExecutable(self, cc_target, local_src_files, local_cflags, member in BuildGenerator 376 self.BuildExecutable(target, local_src_files, local_cflags, 403 self.BuildExecutable(target, local_src_files, local_cflags,
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compilation_cache.h | 138 Status BuildExecutable(const XlaCompiler::Options& options,
|
D | xla_compilation_cache.cc | 157 Status XlaCompilationCache::BuildExecutable( in BuildExecutable() function in tensorflow::XlaCompilationCache 461 BuildExecutable(options, entry->compilation_result, &entry->executable); in CompileImpl()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | local_service.cc | 165 BuildExecutable(proto, std::move(module_config), in CompileExecutables()
|
D | service.h | 235 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
|
D | service.cc | 756 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( in BuildExecutable() function in xla::Service 820 BuildExecutable(arg->computation(), std::move(module_config), in Compile()
|