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
343 self.BuildExecutable(target, local_src_files, local_cflags,
370 self.BuildExecutable(target, local_src_files, local_cflags,
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc140 Status XlaCompilationCache::BuildExecutable( in BuildExecutable() function in tensorflow::XlaCompilationCache
344 BuildExecutable(options, entry->compilation_result, &entry->executable); in CompileImpl()
Dxla_compilation_cache.h134 Status BuildExecutable(const XlaCompiler::Options& options,
/external/tensorflow/tensorflow/compiler/xla/service/
Dlocal_service.cc178 return BuildExecutable(proto, std::move(module_config), in CompileExecutable()
Dservice.h233 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
Dservice.cc783 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( in BuildExecutable() function in xla::Service
844 BuildExecutable(arg->computation(), std::move(module_config), in Compile()