Home
last modified time | relevance | path

Searched refs:instruction_ (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dlogical_buffer.h41 HloInstruction* instruction() const override { return instruction_; } in instruction()
51 return ShapeUtil::GetSubshape(instruction_->shape(), index_); in shape()
57 HloInstruction* instruction_;
Dhlo_module_group_metadata.h84 : instruction_(instruction), kind_(kind), index_(index) {} in instruction_() function
87 return instruction_->opcode() == rhs.instruction_->opcode() &&
94 HloInstruction* instruction() const { return instruction_; } in instruction()
99 HloInstruction* instruction_ = nullptr;
Dtuple_points_to_analysis.h162 : instruction_(instruction), index_(index) {} in BufferAlias()
165 HloInstruction* instruction() const { return instruction_; } in instruction()
169 return instruction_ == other.instruction_ && index_ == other.index_;
176 HloInstruction* instruction_;
Dlogical_buffer.cc29 instruction_(instruction), in LogicalBuffer()
39 return absl::StrCat(instruction_->name(), "[", absl::StrJoin(index_, ","), in ToString()
Dcall_graph.h64 : instruction_(CHECK_NOTNULL(instruction)), in CallSite()
69 HloInstruction* instruction() const { return instruction_; } in instruction()
83 HloInstruction* instruction_;
Dindexed_array_analysis.h79 const HloInstruction& instruction() const { return instruction_; } in instruction()
82 explicit UnknownArray(const HloInstruction* instr) : instruction_(*instr) {} in UnknownArray()
84 const HloInstruction& instruction_; variable
Dlayout_assignment.h101 const HloInstruction* instruction() const { return instruction_; } in instruction()
104 return instruction_->operand(operand_no_); in operand()
111 const HloInstruction* instruction_; variable
Dhlo_module_group_metadata.cc39 (instruction_ != nullptr) ? instruction_->ToShortString() : "NULL"; in ToString()
Dtuple_points_to_analysis.cc42 return absl::StrCat("BufferAlias(", instruction_->name(), "[", in ToString()
Dlayout_assignment.cc87 instruction_(instruction), in OperandLayoutConstraint()
99 instruction_->name(), operand_no_, in ToString()