Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_constant_folding.cc143 if (!evaluator->TryEvaluate(instruction, &result)) { in Run()
Dhlo_evaluator.h106 bool TryEvaluate(HloInstruction* instruction, Literal* result);
Dhlo_evaluator.cc296 bool HloEvaluator::TryEvaluate(HloInstruction* instruction, Literal* result) { in TryEvaluate() function in xla::HloEvaluator