/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops_gpu.h | 104 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()
|
D | matmul_op.h | 75 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()
|
D | bias_op.cc | 433 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()
|
D | unique_op.cc | 138 h = Hash64Combine(h, hash<T>{}(Tin(i, key, j))); in Compute()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_cse.cc | 99 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()
|
D | logical_buffer_analysis.h | 77 inst_hash = tensorflow::Hash64Combine(*index, inst_hash); in operator()
|
D | hlo_sharding.cc | 487 h = tensorflow::Hash64Combine(h, element.Hash()); in Hash() 496 h = tensorflow::Hash64Combine(h, std::hash<uint32>{}(v)); in Hash()
|
D | hlo_sharding_metadata.cc | 535 return tensorflow::Hash64Combine( in operator ()()
|
/external/tensorflow/tensorflow/contrib/fused_conv/kernels/ |
D | fused_conv_ops_gpu.h | 41 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/ |
D | layout_util.cc | 454 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()
|
D | shape_util.cc | 1434 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/ |
D | hash.h | 43 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/ |
D | variant_op_registry.h | 157 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()
|
D | op_def_util.cc | 789 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/ |
D | nvptx_compiler.h | 125 return tensorflow::Hash64Combine( in operator() 126 tensorflow::Hash64Combine(tensorflow::Hash64(key.ptx), key.cc_major), in operator()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_compilation_cache.cc | 103 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 ()()
|
D | deadness_analysis.cc | 485 hash = Hash64Combine(hash, ::tensorflow::hash<Predicate*>()(p)); in operator ()() 493 return Hash64Combine(SafeTensorId::Hasher()(signature.first), in operator ()()
|
/external/tensorflow/tensorflow/stream_executor/rocm/ |
D | rocm_dnn.cc | 275 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/ |
D | class-partition-key.h | 43 return Hash64Combine(class_partition, key.feature_id); in operator()
|
/external/tensorflow/tensorflow/core/util/ |
D | equal_graph_def.cc | 90 h = Hash64Combine(NodeDefHash(*pair.second, options), h); in RepeatedNodeDefHash() 271 h = Hash64Combine(AttrValueHash(a.second), h); in NodeDefHash()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | transform_utils.cc | 120 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/ |
D | functionalize_cond.cc | 62 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/ |
D | unique_dataset_op.cc | 177 hash = Hash64Combine(hash, Hash64(flat_t(i))); in operator ()()
|
/external/tensorflow/tensorflow/cc/framework/ |
D | ops.h | 91 return Hash64Combine(std::hash<Node*>()(output.node()), in operator()
|
/external/tensorflow/tensorflow/core/graph/ |
D | graph.cc | 332 return Hash64Combine(std::hash<const Node*>()(s.node), in operator ()() 343 return Hash64Combine(std::hash<const Node*>()(s.node), in operator ()()
|