Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dmeta_optimizer.h53 string GetResultString() const;
Dmeta_optimizer.cc921 string MetaOptimizer::GetResultString() const { in GetResultString() function in tensorflow::grappler::MetaOptimizer
935 void MetaOptimizer::PrintResult() { LOG(INFO) << GetResultString(); } in PrintResult()
/external/tensorflow/tensorflow/core/profiler/internal/gpu/
Dcupti_interface.h174 virtual CUptiResult GetResultString(CUptiResult result, const char** str) = 0;
Dcupti_wrapper.h167 CUptiResult GetResultString(CUptiResult result, const char** str) override;
Dcupti_wrapper.cc231 CUptiResult CuptiWrapper::GetResultString(CUptiResult result, in GetResultString() function in tensorflow::profiler::CuptiWrapper
Dcupti_tracer.cc124 cupti_interface_->GetResultString(status, &errstr); \