Home
last modified time | relevance | path

Searched defs:HashNode (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/data/
H A Dhash_utils.cc244 Status HashNode(const NodeDef* node, uint64* hash) { in HashNode() function in tensorflow::data::__anon4acced740111::GraphHasher
748 Status HashNode(const GraphDef& graph, const NodeDef& node, uint64* hash) { in HashNode() function
754 Status HashNode(const GraphDef& graph, const NodeDef& node, in HashNode() function
/aosp_15_r20/external/pytorch/torch/csrc/jit/ir/
H A Dnode_hashing.h7 struct TORCH_API HashNode { struct
/aosp_15_r20/external/pytorch/torch/csrc/jit/passes/
H A Dconstant_pooling.cpp17 std::unordered_set<Node*, HashNode, EqualNode>& constants, in ConstantPooling() argument