Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc254 using ConvCacheKey = typedef
268 ConvCacheKey AutotuneCacheKeyfromInstruction( in AutotuneCacheKeyfromInstruction()
277 *new absl::flat_hash_map<ConvCacheKey, AutotuneResult>();
299 ConvCacheKey key = AutotuneCacheKeyfromInstruction(instr, stream_exec_); in PickBestAlgorithm()