HomeSort by relevance Sort by last modified time
    Searched defs:BuildExecutable (Results 1 - 3 of 3) sorted by null

  /external/ltp/android/tools/
android_build_generator.py 96 def BuildExecutable(self, cc_target, local_src_files, local_cflags,
334 self.BuildExecutable(target, local_src_files, local_cflags,
361 self.BuildExecutable(target, local_src_files, local_cflags,
  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.cc 209 Status XlaCompilationCache::BuildExecutable(
306 entry->compilation_status = BuildExecutable(
  /external/tensorflow/tensorflow/compiler/xla/service/
service.cc 343 VLOG(1) << Printf("BuildExecutable on service %p", this);
400 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable(
404 VLOG(1) << Printf("BuildExecutable on service %p with handle %s", this,
475 BuildExecutable(versioned_handle, std::move(module_config), backend,
    [all...]

Completed in 233 milliseconds