Home
last modified time | relevance | path

Searched refs:Hash64Combine (Results 1 – 25 of 36) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops_gpu.h104 hash_code_ = Hash64Combine(hash_code_, in_depths); in ConvParameters()
105 for (int64 val : in) hash_code_ = Hash64Combine(hash_code_, val); in ConvParameters()
106 hash_code_ = Hash64Combine(hash_code_, data_format); in ConvParameters()
107 hash_code_ = Hash64Combine(hash_code_, out_depths); in ConvParameters()
108 for (int64 val : filter) hash_code_ = Hash64Combine(hash_code_, val); in ConvParameters()
109 for (int64 val : dilation) hash_code_ = Hash64Combine(hash_code_, val); in ConvParameters()
110 for (int64 val : stride) hash_code_ = Hash64Combine(hash_code_, val); in ConvParameters()
111 for (int64 val : padding) hash_code_ = Hash64Combine(hash_code_, val); in ConvParameters()
112 hash_code_ = Hash64Combine(hash_code_, dtype); in ConvParameters()
113 hash_code_ = Hash64Combine(hash_code_, device_id); in ConvParameters()
Dmatmul_op.h75 hash_code_ = Hash64Combine(hash_code_, transb); in MatmulParameters()
76 hash_code_ = Hash64Combine(hash_code_, m); in MatmulParameters()
77 hash_code_ = Hash64Combine(hash_code_, n); in MatmulParameters()
78 hash_code_ = Hash64Combine(hash_code_, k); in MatmulParameters()
79 hash_code_ = Hash64Combine(hash_code_, dtype); in MatmulParameters()
80 hash_code_ = Hash64Combine(hash_code_, device_id); in MatmulParameters()
Dbias_op.cc433 hash_code_ = Hash64Combine(hash_code_, val); in BiasAddParams()
435 hash_code_ = Hash64Combine(hash_code_, data_format); in BiasAddParams()
436 hash_code_ = Hash64Combine(hash_code_, dtype); in BiasAddParams()
437 hash_code_ = Hash64Combine(hash_code_, device_id); in BiasAddParams()
Dunique_op.cc138 h = Hash64Combine(h, hash<T>{}(Tin(i, key, j))); in Compute()
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_cse.cc99 hash = tensorflow::Hash64Combine( in CseHash()
104 hash = tensorflow::Hash64Combine(hash, operand->unique_id()); in CseHash()
107 hash = tensorflow::Hash64Combine(hash, instruction->literal().Hash()); in CseHash()
Dlogical_buffer_analysis.h77 inst_hash = tensorflow::Hash64Combine(*index, inst_hash); in operator()
Dhlo_sharding.cc487 h = tensorflow::Hash64Combine(h, element.Hash()); in Hash()
496 h = tensorflow::Hash64Combine(h, std::hash<uint32>{}(v)); in Hash()
Dhlo_sharding_metadata.cc535 return tensorflow::Hash64Combine( in operator ()()
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/
Dfused_conv_ops_gpu.h41 hash_code_ = Hash64Combine(hash_code_, has_side_input); in FusedConvParameters()
42 hash_code_ = Hash64Combine(hash_code_, activation_mode); in FusedConvParameters()
/external/tensorflow/tensorflow/compiler/xla/
Dlayout_util.cc454 using tensorflow::Hash64Combine; in Hash()
459 hash_value = Hash64Combine(hash_value, hash<int64>()(minor_to_major)); in Hash()
461 hash_value = Hash64Combine(hash_value, layout.max_sparse_elements()); in Hash()
465 hash_value = Hash64Combine(hash_value, hash<int64>()(tile_dim)); in Hash()
468 hash_value = Hash64Combine(hash_value, layout.element_size_in_bits()); in Hash()
Dshape_util.cc1434 using tensorflow::Hash64Combine; in Hash()
1441 Hash64Combine(hash_value, hash<int64>()(shape.dimensions(i))); in Hash()
1442 hash_value = Hash64Combine(hash_value, in Hash()
1446 hash_value = Hash64Combine(hash_value, LayoutUtil::Hash(shape.layout())); in Hash()
1450 hash_value = Hash64Combine(hash_value, ShapeUtil::Hash(subshape)); in Hash()
/external/tensorflow/tensorflow/core/lib/hash/
Dhash.h43 inline uint64 Hash64Combine(uint64 a, uint64 b) { in Hash64Combine() function
107 return Hash64Combine(hash<T>()(p.first), hash<U>()(p.second));
/external/tensorflow/tensorflow/core/framework/
Dvariant_op_registry.h157 ret = Hash64Combine(ret, std::get<1>(x).hash_code()); in operator()
189 ret = Hash64Combine(ret, sp_hasher_(std::get<1>(x))); in operator()
190 ret = Hash64Combine(ret, std::get<2>(x).hash_code()); in operator()
198 ret = Hash64Combine(ret, sp_hasher_(x.device_)); in operator()
199 ret = Hash64Combine(ret, x.type_index_.hash_code()); in operator()
Dop_def_util.cc789 h = Hash64Combine(AttrValueHash(a.default_value()), h); in AttrDefHash()
791 h = Hash64Combine(static_cast<uint64>(a.has_minimum()), h); in AttrDefHash()
792 h = Hash64Combine(static_cast<uint64>(a.minimum()), h); in AttrDefHash()
793 h = Hash64Combine(AttrValueHash(a.allowed_values()), h); in AttrDefHash()
828 h = Hash64Combine(AttrDefHash(*pair.second), h); in RepeatedAttrDefHash()
863 for (const auto& co : control_output) h = Hash64Combine(h, Hash64(co)); in OpDefHash()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dnvptx_compiler.h125 return tensorflow::Hash64Combine( in operator()
126 tensorflow::Hash64Combine(tensorflow::Hash64(key.ptx), key.cc_major), in operator()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compilation_cache.cc103 h = Hash64Combine(h, std::hash<int>()(static_cast<int>(arg.first))); in operator ()()
104 h = Hash64Combine(h, std::hash<int>()(arg.second.size())); in operator ()()
106 h = Hash64Combine(h, std::hash<int>()(dim)); in operator ()()
110 h = Hash64Combine( in operator ()()
Ddeadness_analysis.cc485 hash = Hash64Combine(hash, ::tensorflow::hash<Predicate*>()(p)); in operator ()()
493 return Hash64Combine(SafeTensorId::Hasher()(signature.first), in operator ()()
/external/tensorflow/tensorflow/stream_executor/rocm/
Drocm_dnn.cc275 tensorflow::Hash64Combine(hash_value, tensorflow::hash<int>()(dim)); in GetHashValue()
278 tensorflow::Hash64Combine(hash_value, tensorflow::hash<int>()(stride)); in GetHashValue()
291 tensorflow::Hash64Combine(hash_value, tensorflow::hash<int>()(pad_h)); in GetHashValue()
293 tensorflow::Hash64Combine(hash_value, tensorflow::hash<int>()(pad_w)); in GetHashValue()
295 tensorflow::Hash64Combine(hash_value, tensorflow::hash<int>()(u)); in GetHashValue()
297 tensorflow::Hash64Combine(hash_value, tensorflow::hash<int>()(v)); in GetHashValue()
298 hash_value = tensorflow::Hash64Combine(hash_value, in GetHashValue()
300 hash_value = tensorflow::Hash64Combine(hash_value, in GetHashValue()
882 hash_value = tensorflow::Hash64Combine(hash_value, in GetHashValue()
884 hash_value = tensorflow::Hash64Combine(hash_value, in GetHashValue()
[all …]
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/learner/common/accumulators/
Dclass-partition-key.h43 return Hash64Combine(class_partition, key.feature_id); in operator()
/external/tensorflow/tensorflow/core/util/
Dequal_graph_def.cc90 h = Hash64Combine(NodeDefHash(*pair.second, options), h); in RepeatedNodeDefHash()
271 h = Hash64Combine(AttrValueHash(a.second), h); in NodeDefHash()
/external/tensorflow/tensorflow/tools/graph_transforms/
Dtransform_utils.cc120 hash = Hash64Combine(hash, Hash64String(node.name())); in HashNodeDef()
122 hash = Hash64Combine(hash, Hash64String(CanonicalInputName(input))); in HashNodeDef()
124 hash = Hash64Combine(hash, Hash64String(node.device())); in HashNodeDef()
135 hash = Hash64Combine(hash, Hash64String(attr_serialized)); in HashNodeDef()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_cond.cc62 h = Hash64Combine(h, std::hash<int>()(ancestor.output_tensor.index)); in operator ()()
63 return Hash64Combine(h, std::hash<int>()(static_cast<int>(ancestor.type))); in operator ()()
173 size_t h = Hash64Combine(OutputTensor::Hash()(it->first), in operator ()()
177 h = Hash64Combine(h, Hash64Combine(OutputTensor::Hash()(it->first), in operator ()()
190 h = Hash64Combine(h, AncestorNode::Hash()(*it)); in operator ()()
406 return Hash64Combine(hash<Node*>()(item.first), in BuildArgumentNodes()
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunique_dataset_op.cc177 hash = Hash64Combine(hash, Hash64(flat_t(i))); in operator ()()
/external/tensorflow/tensorflow/cc/framework/
Dops.h91 return Hash64Combine(std::hash<Node*>()(output.node()), in operator()
/external/tensorflow/tensorflow/core/graph/
Dgraph.cc332 return Hash64Combine(std::hash<const Node*>()(s.node), in operator ()()
343 return Hash64Combine(std::hash<const Node*>()(s.node), in operator ()()

12