Home
last modified time | relevance | path

Searched refs:BuildXlaCompilationCache (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/jit/
Dxla_platform_info.h83 Status BuildXlaCompilationCache(DeviceBase* dev,
Dxla_platform_info.cc22 Status BuildXlaCompilationCache(DeviceBase* device, in BuildXlaCompilationCache() function
Dget_compiler_ir.cc99 return BuildXlaCompilationCache(dev, platform_info, cache_write_into); in GetCompilerIr()
Dxla_compile_on_demand_op.cc125 return BuildXlaCompilationCache(ctx->device(), platform_info_, in Compile()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc184 return BuildXlaCompilationCache(ctx->device(), platform_info, cache); in CompileToLocalExecutable()