Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_matchers.cc140 std::stringstream desc_stream; in MatchAndExplain() local
142 call_target_matcher_.DescribeTo(&desc_stream); in MatchAndExplain()
144 call_target_matcher_.DescribeNegationTo(&desc_stream); in MatchAndExplain()
146 sub_listener << desc_stream.str(); in MatchAndExplain()