Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dir_emitter.h237 std::vector<llvm_ir::IrArray> GetIrArraysForOperandsOf(
H A Dir_emitter.cc2097 auto operands = GetIrArraysForOperandsOf(dynamic_update_slice); in HandleDynamicUpdateSlice()
3175 std::vector<llvm_ir::IrArray> IrEmitter::GetIrArraysForOperandsOf( in GetIrArraysForOperandsOf() function in xla::cpu::IrEmitter