Home
last modified time | relevance | path

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

/external/libchrome/base/time/
Dtime_unittest.cc1232 constexpr int64_t negative_one = -1; in TEST() local
1237 TimeDelta::FromMicroseconds(negative_one).magnitude(), in TEST()
/external/tensorflow/tensorflow/compiler/xla/service/
Dalgebraic_simplifier_test.cc1320 HloInstruction* negative_one = builder.AddInstruction( in TEST_F() local
1323 param0, negative_one)); in TEST_F()
1328 GmockMatch(m::Power(m::Parameter(0), m::Op().Is(negative_one)))); in TEST_F()