Searched refs:FromDurationProto (Results 1 – 4 of 4) sorted by relevance
73 inline absl::Duration FromDurationProto(google::protobuf::Duration proto) { in FromDurationProto() function
265 return proto_utils::FromDurationProto(lhs.run_time()) < in BestCudnnConvAlgorithm()266 proto_utils::FromDurationProto(rhs.run_time()); in BestCudnnConvAlgorithm()
644 return tensorflow::proto_utils::FromDurationProto(lhs.run_time()) < in PickBestAlgorithmNoCacheCuda()645 tensorflow::proto_utils::FromDurationProto(rhs.run_time()); in PickBestAlgorithmNoCacheCuda()753 return tensorflow::proto_utils::FromDurationProto(lhs.run_time()) < in PickBestAlgorithmNoCacheRocm()754 tensorflow::proto_utils::FromDurationProto(rhs.run_time()); in PickBestAlgorithmNoCacheRocm()
214 tensorflow::proto_utils::FromDurationProto(r.run_time())); in DoUncachedGemmAutotune()