Home
last modified time | relevance | path

Searched refs:CompilationCacheKey (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h93 struct CompilationCacheKey { struct
94 CompilationCacheKey(std::string ptx, int cc_major, int cc_minor, in CompilationCacheKey() function
106 size_t operator()(const CompilationCacheKey& key) const { in operator() argument
116 size_t operator()(const CompilationCacheKey& a, in operator()
117 const CompilationCacheKey& b) const { in operator()
132 absl::node_hash_map<CompilationCacheKey, CompilationCacheValue,
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc90 tpu::TpuCompilationCacheKey CompilationCacheKey( in CompilationCacheKey() function
182 const tpu::TpuCompilationCacheKey key = CompilationCacheKey( in Compute()
Dxrt_compile_ops.cc109 Status CompilationCacheKey(const xrt::XLAComputation& computation, in CompilationCacheKey() function
206 OP_REQUIRES_OK(ctx, CompilationCacheKey(computation_proto, &key)); in Compute()