Searched refs:first_index_operand_number (Results 1 – 3 of 3) sorted by relevance
65 ->first_index_operand_number(); in Run()
1580 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() function1649 int64 first_index_operand_number() const override { return 2; } in first_index_operand_number() function
565 Cast<HloDynamicIndexInstruction>(use)->first_index_operand_number(); in CreateLiteralForConstrainedUses()