Searched refs:TryEvaluate (Results 1 – 3 of 3) sorted by relevance
143 if (!evaluator->TryEvaluate(instruction, &result)) { in Run()
106 bool TryEvaluate(HloInstruction* instruction, Literal* result);
296 bool HloEvaluator::TryEvaluate(HloInstruction* instruction, Literal* result) { in TryEvaluate() function in xla::HloEvaluator