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.cc354 bool ParseOperands(std::vector<HloInstruction*>* operands,
358 bool ParseOperands(std::vector<HloInstruction*>* operands,
1307 !ParseOperands(&operands, builder, /*expected_size=*/0)) || in CreateInstruction()
1347 !ParseOperands(&operands, builder, /*expected_size=*/1)) || in CreateInstruction()
1377 !ParseOperands(&operands, builder, /*expected_size=*/2)) || in CreateInstruction()
1394 !ParseOperands(&operands, builder, /*expected_size=*/3)) || in CreateInstruction()
1410 !ParseOperands(&operands, builder, /*expected_size=*/1)) || in CreateInstruction()
1419 !ParseOperands(&operands, builder, /*expected_size=*/1)) || in CreateInstruction()
1443 if ((!preset_operands && !ParseOperands(&operands, builder)) || in CreateInstruction()
1485 if ((!preset_operands && !ParseOperands(&operands, builder)) || in CreateInstruction()
[all …]
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader.cc1679 bool ParseOperands(const char *format, Operands *operands);
1782 bool CallFrameInfo::State::ParseOperands(const char *format, in ParseOperands() function in dwarf2reader::CallFrameInfo::State
1881 if (!ParseOperands("o", &ops) || in DoInstruction()
1903 if (!ParseOperands("a", &ops)) return false; in DoInstruction()
1909 if (!ParseOperands("1", &ops)) return false; in DoInstruction()
1915 if (!ParseOperands("2", &ops)) return false; in DoInstruction()
1921 if (!ParseOperands("4", &ops)) return false; in DoInstruction()
1927 if (!ParseOperands("8", &ops)) return false; in DoInstruction()
1933 if (!ParseOperands("ro", &ops) || in DoInstruction()
1940 if (!ParseOperands("rs", &ops) || in DoInstruction()
[all …]