HomeSort by relevance Sort by last modified time
    Searched defs:GetIrArray (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter.h 116 // Helper for calling HloToIrBindings::GetIrArray.
121 // GetIrArray(hlo, hlo).
122 llvm_ir::IrArray GetIrArray(const HloInstruction& inst,
125 return bindings_.GetIrArray(inst, consumer, shape_index);
194 return GetIrArray(*operand, *fusion);
hlo_to_ir_bindings.cc 213 llvm_ir::IrArray HloToIrBindings::GetIrArray(const HloInstruction& hlo,

Completed in 1205 milliseconds