Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Doutfeed_in_nested_computation_test.cc73 Literal comp_result; in XLA_TEST_F() local
77 comp_result = local_client_->ExecuteAndTransfer(computation, {}) in XLA_TEST_F()
118 EXPECT_EQ(comp_result.Get<int32>({}), 0); in XLA_TEST_F()
148 Literal comp_result; in XLA_TEST_F() local
152 comp_result = local_client_->ExecuteAndTransfer(computation, {}) in XLA_TEST_F()
/external/google-breakpad/src/processor/
Dstatic_map-inl.h87 int comp_result; in lower_bound() local
90 comp_result = compare_(key, GetKeyAtIndex(middle)); in lower_bound()
91 if (comp_result == 0) in lower_bound()
93 if (comp_result < 0) { in lower_bound()