Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/proto/
Dproto_utils.h73 inline absl::Duration FromDurationProto(google::protobuf::Duration proto) { in FromDurationProto() function
/external/tensorflow/tensorflow/core/kernels/
Dgpu_utils.cc265 return proto_utils::FromDurationProto(lhs.run_time()) < in BestCudnnConvAlgorithm()
266 proto_utils::FromDurationProto(rhs.run_time()); in BestCudnnConvAlgorithm()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_conv_algorithm_picker.cc644 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()
Dgemm_algorithm_picker.cc214 tensorflow::proto_utils::FromDurationProto(r.run_time())); in DoUncachedGemmAutotune()