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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_to_ir_bindings.h 99 llvm::Value* GetTypedIrValue(const HloInstruction& hlo,
hlo_to_ir_bindings.cc 132 GetTypedIrValue(*gte->operand(0), {}, base_ptr), ir_builder_, module_);
139 llvm::Value* HloToIrBindings::GetTypedIrValue(const HloInstruction& hlo,
165 llvm::Value* typed_ir_value = GetTypedIrValue(hlo, shape_index, ir_value);

Completed in 80 milliseconds