Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc266 uint64 GetHashValue(miopenTensorDescriptor_t tensor_desc) { in GetHashValue() function
283 uint64 GetHashValue(miopenConvolutionDescriptor_t conv_desc) { in GetHashValue() function
880 uint64 GetHashValue() { in GetHashValue() function in stream_executor::gpu::ScopedActivationDescriptor
1209 tensorflow::Hash64Combine(hash_value, GetHashValue(input_descriptor)); in GetFusionOpHashValue()
1211 tensorflow::Hash64Combine(hash_value, GetHashValue(filter_descriptor)); in GetFusionOpHashValue()
1213 tensorflow::Hash64Combine(hash_value, GetHashValue(conv_descriptor)); in GetFusionOpHashValue()
1215 tensorflow::Hash64Combine(hash_value, GetHashValue(bias_descriptor)); in GetFusionOpHashValue()
1217 hash_value, activation_descriptor.GetHashValue()); in GetFusionOpHashValue()
1313 tensorflow::Hash64Combine(hash_value, GetHashValue(input_descriptor)); in GetFusionOpHashValue()
1316 hash_value, GetHashValue(scale_offset_mean_variance_descriptor)); in GetFusionOpHashValue()
[all …]