Searched refs:tile_type (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/ |
D | sort_util.cc | 330 llvm::Type* tile_type = llvm::ArrayType::get( in EmitSortInPlace() local 335 module, tile_type, absl::StrCat(name, "_tile_param_", i)); in EmitSortInPlace()
|
D | llvm_util.cc | 268 llvm::Type* tile_type, in AllocateSharedMemoryTile() argument 272 *module, tile_type, in AllocateSharedMemoryTile() 274 llvm::UndefValue::get(tile_type), AsStringRef(name), nullptr, in AllocateSharedMemoryTile()
|
D | llvm_util.h | 159 llvm::Type* tile_type,
|