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

  /external/tensorflow/tensorflow/compiler/jit/
xla_compilation_cache.h 134 Status BuildExecutable(const XlaCompiler::Options& options,
xla_compilation_cache.cc 140 Status XlaCompilationCache::BuildExecutable(
344 BuildExecutable(options, entry->compilation_result, &entry->executable);
  /external/ltp/android/tools/
android_build_generator.py 96 def BuildExecutable(self, cc_target, local_src_files, local_cflags,
343 self.BuildExecutable(target, local_src_files, local_cflags,
370 self.BuildExecutable(target, local_src_files, local_cflags,
  /external/tensorflow/tensorflow/compiler/xla/service/
local_service.cc 178 return BuildExecutable(proto, std::move(module_config),
service.h 233 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
239 // Same as BuildExecutable() above, but builds a list of Executables for the
service.cc 351 VLOG(1) << StrFormat("BuildExecutable on service %p", this);
    [all...]

Completed in 324 milliseconds