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

  /external/tensorflow/tensorflow/compiler/xla/service/
hlo_evaluator.cc 274 return GetEvaluatedLiteralFor(computation.root_instruction()).Clone();
293 return GetEvaluatedLiteralFor(instruction).Clone();
383 const Literal& operand_literal = GetEvaluatedLiteralFor(bitcast->operand(0));
405 GetEvaluatedLiteralFor(dynamic_size).Clone();
439 GetEvaluatedLiteralFor(reshape->operand(0))
445 evaluated_[transpose] = GetEvaluatedLiteralFor(transpose->operand(0))
481 GetEvaluatedLiteralFor(operand), source_indices, dest_indices,
525 GetEvaluatedLiteralFor(operand));
535 GetEvaluatedLiteralFor(operand));
543 GetEvaluatedLiteralFor(operand))
    [all...]
hlo_evaluator_typed_visitor.h 179 parent_->GetEvaluatedLiteralFor(abs->operand(0));
250 parent_->GetEvaluatedLiteralFor(operand).Convert(
260 parent_->GetEvaluatedLiteralFor(operand).BitcastConvert(
    [all...]
hlo_evaluator.h 275 const Literal& GetEvaluatedLiteralFor(const HloInstruction* hlo) {
291 // GetEvaluatedLiteralFor.

Completed in 113 milliseconds