HomeSort by relevance Sort by last modified time
    Searched refs:remainders (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/compiler/xla/tests/
array_elementwise_ops_test.cc 471 absl::Span<const T> remainders) {
507 ComputeAndCompareR1<T>(&builder, remainders,
519 ComputeAndCompareR1<T>(&builder, remainders, {dividend_data.get()});
533 std::vector<int32> dividends, divisors, quotients, remainders; local
542 remainders.push_back(dividend % divisor);
548 TestDivRem<int32>(dividends, divisors, quotients, remainders);
553 quotients = {-1, INT32_MIN}, remainders = {5, 0}; local
555 TestDivRem<int32>(dividends, divisors, quotients, remainders);
566 std::vector<uint32> dividends, divisors, quotients, remainders; local
573 remainders.push_back(dividend % divisor)
583 remainders = {5}; local
    [all...]
  /external/tensorflow/tensorflow/python/tpu/
tpu_feed.py 57 quotients, remainders = np.divmod(shape_list, dims)
59 zip(quotients, remainders, dims, shape_list)):
    [all...]
  /external/cldr/tools/java/libs/
guava.jar 

Completed in 685 milliseconds