Searched refs:other_operands (Results 1 – 1 of 1) sorted by relevance
1312 mlir::ArrayRef<NamedValue> other_operands) { in VerifyBatchNormForThunkEmission() argument1321 if (other_operands.empty()) { in VerifyBatchNormForThunkEmission()1325 mlir::Type first_type = other_operands.front().value.getType(); in VerifyBatchNormForThunkEmission()1326 absl::string_view first_name = other_operands.front().name; in VerifyBatchNormForThunkEmission()1328 for (const NamedValue& v : other_operands.drop_front(1)) { in VerifyBatchNormForThunkEmission()