Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_verifier.cc1462 HloOpcode expected_operand) { in VerifySingleOperand() argument
1469 TF_RET_CHECK(operand->opcode() == expected_operand) in VerifySingleOperand()
1471 << " instruction needs to be " << HloOpcodeString(expected_operand) in VerifySingleOperand()