Searched refs:InstructionVerifier (Results 1 – 3 of 3) sorted by relevance
387 class InstructionVerifier;477 InstructionVerifier &Verifier);524 class InstructionVerifier { class580 InstructionVerifier &Verifier) { in verifyFunction()793 void InstructionVerifier::verifyInstruction( in verifyInstruction()875 void InstructionVerifier::reportInvalidUse(const Value &V, in reportInvalidUse()897 InstructionVerifier Verifier; in Verify()
386 class InstructionVerifier;476 InstructionVerifier &Verifier);523 class InstructionVerifier { class579 InstructionVerifier &Verifier) { in verifyFunction()792 void InstructionVerifier::verifyInstruction( in verifyInstruction()874 void InstructionVerifier::reportInvalidUse(const Value &V, in reportInvalidUse()896 InstructionVerifier Verifier; in Verify()
1788 class InstructionVerifier : public DfsHloVisitorWithDefault { class1790 explicit InstructionVerifier(std::function<bool(const HloInstruction*)> in InstructionVerifier() function in xla::__anon45533f2c0811::InstructionVerifier1944 InstructionVerifier instruction_verifier(instruction_can_change_layout_func_); in Run()