Home
last modified time | relevance | path

Searched refs:GetEvaluatedLiteralFor (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_evaluator.cc274 return GetEvaluatedLiteralFor(computation.root_instruction()).Clone(); in Evaluate()
293 return GetEvaluatedLiteralFor(instruction).Clone(); in Evaluate()
383 const Literal& operand_literal = GetEvaluatedLiteralFor(bitcast->operand(0)); in HandleBitcast()
405 GetEvaluatedLiteralFor(dynamic_size).Clone(); in HandleGetDimensionSize()
439 GetEvaluatedLiteralFor(reshape->operand(0)) in HandleReshape()
445 evaluated_[transpose] = GetEvaluatedLiteralFor(transpose->operand(0)) in HandleTranspose()
481 GetEvaluatedLiteralFor(operand), source_indices, dest_indices, in HandleConcatenate()
525 GetEvaluatedLiteralFor(operand)); in HandleIsFinite()
535 GetEvaluatedLiteralFor(operand)); in HandleIsFinite()
543 GetEvaluatedLiteralFor(operand)); in HandleIsFinite()
[all …]
Dhlo_evaluator_typed_visitor.h179 parent_->GetEvaluatedLiteralFor(abs->operand(0)); in HandleAbs()
250 parent_->GetEvaluatedLiteralFor(operand).Convert( in HandleConvert()
260 parent_->GetEvaluatedLiteralFor(operand).BitcastConvert( in HandleBitcastConvert()
993 const Literal& operand_literal = parent_->GetEvaluatedLiteralFor(operand); in HandleReverse()
1046 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in HandleConvolution()
1047 const Literal& rhs_literal = parent_->GetEvaluatedLiteralFor(rhs); in HandleConvolution()
1249 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in HandleDot()
1250 const Literal& rhs_literal = parent_->GetEvaluatedLiteralFor(rhs); in HandleDot()
1290 const Literal& lhs_literal = parent_->GetEvaluatedLiteralFor(lhs); in HandleDotSlowPath()
1291 const Literal& rhs_literal = parent_->GetEvaluatedLiteralFor(rhs); in HandleDotSlowPath()
[all …]
Dhlo_evaluator.h275 const Literal& GetEvaluatedLiteralFor(const HloInstruction* hlo) { in GetEvaluatedLiteralFor() function