HomeSort by relevance Sort by last modified time
    Searched refs:BindHloToIrValue (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_to_ir_bindings.cc 52 BindHloToIrValue(*io_hlo, EmitGetTupleElement(io_hlo, &*arg_iter));
54 BindHloToIrValue(*io_hlo, &*arg_iter);
84 BindHloToIrValue(*non_io_hlo,
111 BindHloToIrValue(*non_io_hlo,
116 BindHloToIrValue(
159 void HloToIrBindings::BindHloToIrValue(const HloInstruction& hlo,
hlo_to_ir_bindings.h 53 void BindHloToIrValue(const HloInstruction& hlo, llvm::Value* ir_value,
ir_emitter.cc 96 bindings_.BindHloToIrValue(*constant, global_for_const);
107 bindings_.BindHloToIrValue(*bitcast, GetBasePointer(*operand));
115 bindings_.BindHloToIrValue(
    [all...]
ir_emitter_unnested.cc     [all...]

Completed in 102 milliseconds