Searched refs:BuildExecutable (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/ |
H A D | get_compiler_ir.cc | 44 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 D | xla_compilation_cache.h | 175 Status BuildExecutable(const XlaCompiler::Options& options,
|
H A D | xla_compilation_cache.cc | 278 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 D | android_build_generator.py | 126 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 D | local_service.cc | 173 BuildExecutable(computation.proto(), std::move(module_config), in CompileExecutables()
|
H A D | service.h | 234 StatusOr<std::unique_ptr<Executable>> BuildExecutable(
|
H A D | service.cc | 804 StatusOr<std::unique_ptr<Executable>> Service::BuildExecutable( in BuildExecutable() function in xla::Service 883 BuildExecutable(arg->computation(), std::move(module_config), in Compile()
|