Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dsort_util.cc330 llvm::Type* tile_type = llvm::ArrayType::get( in EmitSortInPlace() local
335 module, tile_type, absl::StrCat(name, "_tile_param_", i)); in EmitSortInPlace()
Dllvm_util.cc268 llvm::Type* tile_type, in AllocateSharedMemoryTile() argument
272 *module, tile_type, in AllocateSharedMemoryTile()
274 llvm::UndefValue::get(tile_type), AsStringRef(name), nullptr, in AllocateSharedMemoryTile()
Dllvm_util.h159 llvm::Type* tile_type,