Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dget_compiler_ir.cc44 static StatusOr<std::unique_ptr<xla::LocalExecutable>> BuildExecutable( in BuildExecutable() function
189 BuildExecutable(local_client, result, options)); in GetCompilerIr()
199 BuildExecutable(local_client, result, options, in GetCompilerIr()
205 BuildExecutable(local_client, result, options)); in GetCompilerIr()
H A Dxla_compilation_cache.h175 Status BuildExecutable(const XlaCompiler::Options& options,
H A Dxla_compilation_cache.cc278 Status XlaCompilationCache::BuildExecutable( in BuildExecutable() function in tensorflow::XlaCompilationCache
548 BuildExecutable(options, entry->compilation_result, &entry->executable); in CompileStrict()
/aosp_15_r20/external/ltp/android/tools/
H A Dandroid_build_generator.py126 def BuildExecutable(self, cc_target, local_src_files, local_cflags, member in BuildGenerator
416 self.BuildExecutable(target, local_src_files, local_cflags,
443 self.BuildExecutable(target, local_src_files, local_cflags,
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlocal_service.cc173 BuildExecutable(computation.proto(), std::move(module_config), in CompileExecutables()
H A Dservice.h234 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
H A Dservice.cc804 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( in BuildExecutable() function in xla::Service
883 BuildExecutable(arg->computation(), std::move(module_config), in Compile()