Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
Dllvm_loop.h234 IrArray::Index AddLoopsForShape(const Shape& shape, absl::string_view suffix);
Dllvm_loop.cc233 IrArray::Index ForLoopNest::AddLoopsForShape(const Shape& shape, in AddLoopsForShape() function in xla::llvm_ir::ForLoopNest
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Delemental_ir_emitter.cc382 const IrArray::Index window_index = loops.AddLoopsForShape( in MakeElementGenerator()
Dir_emitter_unnested.cc858 const IrArray::Index window_index = window_loops.AddLoopsForShape( in HandleSelectAndScatter()
/external/tensorflow/tensorflow/compiler/xla/service/cpu/
Dir_emitter.cc662 const llvm_ir::IrArray::Index window_index = loops.AddLoopsForShape( in EmitElementalReduceWindow()
793 source_loops.AddLoopsForShape(source->shape(), "source"); in HandleSelectAndScatter()
815 const llvm_ir::IrArray::Index window_index = window_loops.AddLoopsForShape( in HandleSelectAndScatter()
2117 loops.AddLoopsForShape(operand->shape(), "operand"); in HandlePad()