Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
H A Dllvm_loop.h232 IrArray::Index AddLoopsForShape(const Shape& shape, absl::string_view suffix);
H A Dllvm_loop.cc235 IrArray::Index ForLoopNest::AddLoopsForShape(const Shape& shape, in AddLoopsForShape() function in xla::llvm_ir::ForLoopNest
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.cc735 source_loops.AddLoopsForShape(source->shape(), "source"); in HandleSelectAndScatter()
758 const llvm_ir::IrArray::Index window_index = window_loops.AddLoopsForShape( in HandleSelectAndScatter()
2142 loops.AddLoopsForShape(operand->shape(), "operand"); in HandlePad()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Delemental_ir_emitter.cc2835 const IrArray::Index window_index = loops.AddLoopsForShape( in EmitElementalReduceWindow()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/gpu/
H A Dir_emitter_unnested.cc2007 const IrArray::Index window_index = window_loops.AddLoopsForShape( in EmitSelectAndScatter()