Searched refs:too_large (Results 1 – 11 of 11) sorted by relevance
463 int too_large; in resp_get_length() local468 too_large = 0; in resp_get_length()493 too_large = 1; in resp_get_length()498 too_large = 1; in resp_get_length()529 if (too_large || result != 1) in resp_get_length()533 return (too_large ? -3 : result); in resp_get_length()
45 auto too_large = features > features.constant(-threshold); in operator() local50 activations.device(d) = too_large.select( in operator()
144 xla::ComputationDataHandle too_large = b->Gt(candidate, two_sd(false, b)); in Compile() local146 return b->Or(too_large, too_small); in Compile()
171 xla::ComputationDataHandle too_large = b->Gt(features, b->Neg(threshold)); in Softplus() local177 too_large, features, in Softplus()
1159 CheckedNumeric<int> too_large = std::numeric_limits<int>::max(); in TEST() local1160 EXPECT_TRUE(too_large.IsValid()); in TEST()1161 too_large += d; in TEST()1162 EXPECT_FALSE(too_large.IsValid()); in TEST()1163 too_large -= d; in TEST()1164 EXPECT_FALSE(too_large.IsValid()); in TEST()1165 too_large /= d; in TEST()1166 EXPECT_FALSE(too_large.IsValid()); in TEST()
37 case sampleprof_error::too_large: in message()
47 return make_error<InstrProfError>(instrprof_error::too_large); in create()83 return make_error<InstrProfError>(instrprof_error::too_large); in create()
52 case instrprof_error::too_large: in getInstrProfErrString()626 return make_error<InstrProfError>(instrprof_error::too_large); in getValueProfData()
744 return sampleprof_error::too_large; in setupMemoryBuffer()
35 too_large, enumerator
287 too_large, enumerator