Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dgpu_aot_compilation_test.cc61 aot_result->LoadExecutable(&compiler, stream_exec)); in TEST_F()
H A Dgpu_compiler.h67 StatusOr<std::unique_ptr<Executable>> LoadExecutable(
H A Dgpu_compiler.cc293 StatusOr<std::unique_ptr<Executable>> JitRtAotCompilationResult::LoadExecutable( in LoadExecutable() function in xla::gpu::JitRtAotCompilationResult
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dxla_compilation_cache.h188 StatusOr<std::unique_ptr<xla::LocalExecutable>> LoadExecutable(
H A Dxla_compilation_cache.cc315 XlaCompilationCache::LoadExecutable( in LoadExecutable() function in tensorflow::XlaCompilationCache
540 StatusOr<std::unique_ptr<xla::LocalExecutable>> executable = LoadExecutable( in CompileStrict()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dcompiler.h68 virtual StatusOr<std::unique_ptr<Executable>> LoadExecutable( in LoadExecutable() function
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/client/
H A Dlocal_client.cc440 aot_result->LoadExecutable(compiler, executor)); in Load()