Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc154 bool ParseOperands(std::vector<HloInstruction*>* operands);
157 bool ParseOperands(std::vector<HloInstruction*>* operands,
722 if (!ParseOperands(&operands, /*expected_size=*/0) || in ParseInstructionRhs()
753 if (!ParseOperands(&operands, /*expected_size=*/1) || in ParseInstructionRhs()
778 if (!ParseOperands(&operands, /*expected_size=*/2) || in ParseInstructionRhs()
790 if (!ParseOperands(&operands, /*expected_size=*/3) || in ParseInstructionRhs()
800 if (!ParseOperands(&operands, /*expected_size=*/1) || in ParseInstructionRhs()
809 if (!ParseOperands(&operands, /*expected_size=*/1) || in ParseInstructionRhs()
830 if (!ParseOperands(&operands) || !ParseAttributes(attrs)) { in ParseInstructionRhs()
847 if (!ParseOperands(&operands) || !ParseAttributes(attrs)) { in ParseInstructionRhs()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1248 bool ParseOperands(const char *format, Operands *operands);
1351 bool CallFrameInfo::State::ParseOperands(const char *format, in ParseOperands() function in dwarf2reader::CallFrameInfo::State
1449 if (!ParseOperands("o", &ops) || in DoInstruction()
1471 if (!ParseOperands("a", &ops)) return false; in DoInstruction()
1477 if (!ParseOperands("1", &ops)) return false; in DoInstruction()
1483 if (!ParseOperands("2", &ops)) return false; in DoInstruction()
1489 if (!ParseOperands("4", &ops)) return false; in DoInstruction()
1495 if (!ParseOperands("8", &ops)) return false; in DoInstruction()
1501 if (!ParseOperands("ro", &ops) || in DoInstruction()
1508 if (!ParseOperands("rs", &ops) || in DoInstruction()
[all …]