Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc230 old_handler_ = SetLogHandler(&HandleLog); in ScopedMemoryLog()
244 void ScopedMemoryLog::HandleLog(LogLevel level, const char* filename, in HandleLog() function in google::protobuf::ScopedMemoryLog
Dgoogletest.h91 static void HandleLog(LogLevel level, const char* filename, int line,
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h163 virtual Status HandleLog(HloInstructionPtr hlo) { in HandleLog() function
Dalgebraic_simplifier.cc210 Status HandleLog(HloInstruction* log) override;
1917 Status AlgebraicSimplifierVisitor::HandleLog(HloInstruction* log) { in HandleLog() function in xla::AlgebraicSimplifierVisitor
Dhlo_evaluator_typed_visitor.h321 Status HandleLog(HloInstruction* log) override { in HandleLog() function
Dhlo_instruction.cc2582 return visitor->HandleLog(this); in Visit()