Searched refs:first_index_operand_number (Results 1 – 3 of 3) sorted by relevance
68 ->first_index_operand_number(); in Run()
2015 virtual int64_t first_index_operand_number() const = 0;2019 return absl::MakeSpan(operands()).subspan(first_index_operand_number()); in index_operands()2060 int64_t first_index_operand_number() const override { return 1; } in first_index_operand_number() function2092 int64_t first_index_operand_number() const override { return 2; } in first_index_operand_number() function
627 Cast<HloDynamicIndexInstruction>(use)->first_index_operand_number(); in CreateLiteralForConstrainedUses()