Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_parser.cc71 class HloParser { class
75 explicit HloParser(absl::string_view str) : lexer_(str) {} in HloParser() function in xla::__anon8590f6b60111::HloParser
405 bool HloParser::Error(LocTy loc, absl::string_view msg) { in Error()
420 bool HloParser::TokenError(absl::string_view msg) { in TokenError()
424 Status HloParser::Run(HloModule* module) { in Run()
445 std::pair<HloInstruction*, HloParser::LocTy>* HloParser::FindInstruction( in FindInstruction()
479 bool HloParser::ParseHloModule(HloModule* module) { in ParseHloModule()
511 bool HloParser::ParseComputations(HloModule* module) { in ParseComputations()
548 bool HloParser::ParseComputation(HloComputation** entry_computation) { in ParseComputation()
593 bool HloParser::ParseInstructionList(HloComputation** computation, in ParseInstructionList()
[all …]