Home
last modified time | relevance | path

Searched refs:BuildExecutable (Results 1 – 6 of 6) sorted by relevance

/external/ltp/android/tools/
Dandroid_build_generator.py96 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/
Dxla_compilation_cache.h138 Status BuildExecutable(const XlaCompiler::Options& options,
Dxla_compilation_cache.cc157 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/
Dlocal_service.cc165 BuildExecutable(proto, std::move(module_config), in CompileExecutables()
Dservice.h235 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
Dservice.cc756 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( in BuildExecutable() function in xla::Service
820 BuildExecutable(arg->computation(), std::move(module_config), in Compile()