Searched refs:GetEvaluatedLiteralFor (Results 1 – 3 of 3) sorted by relevance
280 VLOG(100) << instr->name() << " = " << GetEvaluatedLiteralFor(instr); in Evaluate()284 return GetEvaluatedLiteralFor(computation.root_instruction()).Clone(); in Evaluate()312 return GetEvaluatedLiteralFor(instruction).Clone(); in Evaluate()403 const Literal& operand_literal = GetEvaluatedLiteralFor(bitcast->operand(0)); in HandleBitcast()425 GetEvaluatedLiteralFor(dynamic_size).Clone(); in HandleGetDimensionSize()440 GetEvaluatedLiteralFor(set_dimension_size->operand(0)); in HandleSetDimensionSize()445 GetEvaluatedLiteralFor(set_dimension_size->operand(1)); in HandleSetDimensionSize()476 GetEvaluatedLiteralFor(reshape->operand(0)) in HandleReshape()482 evaluated_[transpose] = GetEvaluatedLiteralFor(transpose->operand(0)) in HandleTranspose()518 GetEvaluatedLiteralFor(operand), source_indices, dest_indices, in HandleConcatenate()[all …]
212 parent_->GetEvaluatedLiteralFor(abs->operand(0));284 parent_->GetEvaluatedLiteralFor(operand).Convert(294 parent_->GetEvaluatedLiteralFor(operand).BitcastConvert(1070 const Literal& operand_literal = parent_->GetEvaluatedLiteralFor(operand);1300 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs);1301 const Literal& rhs_literal = parent_->GetEvaluatedLiteralFor(rhs);1369 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs);1370 const Literal& rhs_literal = parent_->GetEvaluatedLiteralFor(rhs);1513 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs);1514 const Literal& rhs_literal = parent_->GetEvaluatedLiteralFor(rhs);[all …]
299 const Literal& GetEvaluatedLiteralFor(const HloInstruction* hlo) { in GetEvaluatedLiteralFor() function