Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc491 Literal MakeRandomIndex(int64 index_bound, std::minstd_rand0* engine) { in MakeRandomIndex() argument
492 std::uniform_int_distribution<int32> generator(0, index_bound); in MakeRandomIndex()
551 int64 index_bound = INT64_MAX; in CreateLiteralForConstrainedUses() local
569 index_bound = std::min( in CreateLiteralForConstrainedUses()
570 index_bound, in CreateLiteralForConstrainedUses()
588 index_bound = in CreateLiteralForConstrainedUses()
589 std::min(index_bound, operand_shape.dimensions(dim_in_operand)); in CreateLiteralForConstrainedUses()
624 constraint_count += (index_bound != INT64_MAX) ? 1 : 0; in CreateLiteralForConstrainedUses()
629 if (index_bound != INT64_MAX) { in CreateLiteralForConstrainedUses()
631 index_bound, needs_sorted_indices); in CreateLiteralForConstrainedUses()