Searched defs:BuildExecutable (Results 1 - 3 of 3) sorted by relevance

/external/ltp/android/tools/
H A Dandroid_build_generator.py96 def BuildExecutable(self, cc_target, local_src_files, local_cflags, member in class:BuildGenerator
334 self.BuildExecutable(target, local_src_files, local_cflags,
361 self.BuildExecutable(target, local_src_files, local_cflags,
/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.cc209 Status XlaCompilationCache::BuildExecutable( function in class:tensorflow::XlaCompilationCache
306 entry->compilation_status = BuildExecutable(
/external/tensorflow/tensorflow/compiler/xla/service/
H A Dservice.cc343 VLOG(1) << Printf("BuildExecutable on service %p", this);
400 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( function in class:xla::Service
404 VLOG(1) << Printf("BuildExecutable on service %p with handle %s", this,
475 BuildExecutable(versioned_handle, std::move(module_config), backend,

Completed in 263 milliseconds