Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dtiled_dot_emitter.cc256 MemoryTile GetLhsMemoryTile(llvm::Value* column_start, int64 column_count) { in GetLhsMemoryTile() function in xla::cpu::__anon016ac5180111::ColumnMajorMatrixVectorProductEmitter
294 MemoryTile lhs_memory_tile = GetLhsMemoryTile(/*column_start=*/column, in EmitOuterLoopBody()
478 MemoryTile GetLhsMemoryTile(llvm::Value* row_start, int64 row_count) { in GetLhsMemoryTile() function in xla::cpu::__anon016ac5180111::RowMajorMatrixVectorProductEmitter
505 MemoryTile lhs_memory_tile = GetLhsMemoryTile(/*row_start=*/row, in EmitOuterLoopBody()