Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc1312 mlir::ArrayRef<NamedValue> other_operands) { in VerifyBatchNormForThunkEmission() argument
1321 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()