Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Ddynamic_index_splitter.cc65 ->first_index_operand_number(); in Run()
Dhlo_instructions.h1580 virtual int64 first_index_operand_number() const = 0;
1584 return absl::MakeSpan(operands()).subspan(first_index_operand_number()); in index_operands()
1620 int64 first_index_operand_number() const override { return 1; } in first_index_operand_number() function
1649 int64 first_index_operand_number() const override { return 2; } in first_index_operand_number() function
/external/tensorflow/tensorflow/compiler/xla/tests/
Dtest_utils.cc565 Cast<HloDynamicIndexInstruction>(use)->first_index_operand_number(); in CreateLiteralForConstrainedUses()