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

  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
hlo_to_ir_bindings.h 73 llvm::Value* GetBasePointer(const HloInstruction& hlo,
ir_emitter.h 119 // A convenient helper for calling HloToIrBindings::GetBasePointer.
120 llvm::Value* GetBasePointer(const HloInstruction& inst) const {
121 return bindings_.GetBasePointer(inst);
  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
ir_array.h 180 llvm::Value* GetBasePointer() const { return base_ptr_; }

Completed in 84 milliseconds