Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/testing/
Dgoogletest.cc265 old_handler_ = SetLogHandler(&HandleLog); in ScopedMemoryLog()
279 void ScopedMemoryLog::HandleLog(LogLevel level, const char* filename, in HandleLog() function in google::protobuf::ScopedMemoryLog
Dgoogletest.h93 static void HandleLog(LogLevel level, const char* filename, int line,
/external/tensorflow/tensorflow/compiler/xla/service/
Ddfs_hlo_visitor.h165 virtual Status HandleLog(HloInstructionPtr hlo) { in HandleLog() function
Dalgebraic_simplifier.cc317 Status HandleLog(HloInstruction* log) override;
2338 Status AlgebraicSimplifierVisitor::HandleLog(HloInstruction* log) { in HandleLog() function in xla::AlgebraicSimplifierVisitor
Dhlo_evaluator_typed_visitor.h349 Status HandleLog(HloInstruction* log) override {
Dhlo_instruction.cc2834 return visitor->HandleLog(this); in Visit()