Home
last modified time | relevance | path

Searched refs:EvaluateWithSubstitutions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dwhile_loop_analysis.cc517 StatusOr<Literal> result = evaluator.EvaluateWithSubstitutions( in ComputeWhileLoopTripCount()
530 StatusOr<Literal> indvar_next_result = evaluator.EvaluateWithSubstitutions( in ComputeWhileLoopTripCount()
Dhlo_evaluator.h115 StatusOr<Literal> EvaluateWithSubstitutions(
Dhlo_evaluator_test.cc3243 TEST_P(HloEvaluatorBf16Test, EvaluateWithSubstitutions) { in TEST_P() argument
3260 evaluator.EvaluateWithSubstitutions( in TEST_P()
3286 evaluator.EvaluateWithSubstitutions(add, {{square, &square_literal}})); in TEST_P()
Dhlo_evaluator.cc327 StatusOr<Literal> HloEvaluator::EvaluateWithSubstitutions( in EvaluateWithSubstitutions() function in xla::HloEvaluator