Searched refs:StringPieceHasher (Results 1 – 17 of 17) sorted by relevance
/external/tensorflow/tensorflow/core/lib/core/ |
D | stringpiece_test.cc | 68 TEST(StringPieceHasher, Equality) { in TEST() argument 69 StringPieceHasher hasher; in TEST() 89 TEST(StringPieceHasher, HashMap) { in TEST() argument 98 std::unordered_map<StringPiece, int, StringPieceHasher> map; in TEST()
|
D | stringpiece.h | 38 struct StringPieceHasher; 134 struct StringPieceHasher { struct
|
D | stringpiece.cc | 24 size_t StringPieceHasher::operator()(StringPiece s) const { in operator ()()
|
/external/tensorflow/tensorflow/core/framework/ |
D | variant_op_registry.h | 148 std::unordered_map<StringPiece, VariantShapeFn, StringPieceHasher> shape_fns; 149 std::unordered_map<StringPiece, VariantDecodeFn, StringPieceHasher> 161 StringPieceHasher sp_hasher_; 203 StringPieceHasher sp_hasher_;
|
/external/tensorflow/tensorflow/core/graph/ |
D | subgraph.h | 74 typedef std::unordered_map<StringPiece, Node*, StringPieceHasher> NameIndex;
|
D | graph_constructor.cc | 265 std::unordered_map<StringPiece, NodeInfo, StringPieceHasher> gdef_nodes_; 268 std::unordered_set<StringPiece, StringPieceHasher> gdef_prefixes_; 271 std::unordered_map<StringPiece, Node*, StringPieceHasher> existing_nodes_; 274 std::unordered_set<StringPiece, StringPieceHasher> existing_prefixes_; 335 std::unordered_set<StringPiece, StringPieceHasher>* prefixes) { in AddPrefixes()
|
D | costmodel.h | 33 typedef std::unordered_map<StringPiece, int32, StringPieceHasher>
|
D | quantize_training.cc | 45 new std::unordered_set<string, StringPieceHasher>{"MatMul", "Conv2D"}; 566 std::unordered_map<string, Node*, StringPieceHasher> name_index; in ProcessTargetEdges()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | device_mgr.h | 71 std::unordered_map<StringPiece, Device*, StringPieceHasher> device_map_;
|
D | step_stats_collector.cc | 153 std::unordered_map<StringPiece, DeviceStats, StringPieceHasher> in BuildCostModel() 193 std::unordered_map<StringPiece, Node*, StringPieceHasher> name_to_node; in BuildCostModel()
|
D | placer.cc | 132 std::unordered_map<StringPiece, const Node*, StringPieceHasher> in ColocateAllNodes() 174 std::unordered_map<StringPiece, const Node*, StringPieceHasher>* in ColocateNodeToGroup()
|
D | direct_session.h | 67 typedef std::unordered_map<StringPiece, Node*, StringPieceHasher> NameNodeMap;
|
D | direct_session.cc | 1157 std::unordered_set<StringPiece, StringPieceHasher> names; in GetOrCreateExecutors()
|
/external/tensorflow/tensorflow/tools/graph_transforms/ |
D | fold_constants_lib.cc | 42 using StringPieceSet = std::unordered_set<StringPiece, StringPieceHasher>; 44 using StringPieceMap = std::unordered_map<StringPiece, T, StringPieceHasher>;
|
/external/tensorflow/tensorflow/cc/framework/ |
D | cc_op_gen.cc | 300 StringPieceHasher> in AttrTypeName() 328 static const std::unordered_set<StringPiece, StringPieceHasher> in IsCPPKeyword()
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 216 std::unordered_map<StringPiece, Node*, StringPieceHasher> name_to_node_; 501 std::unordered_map<StringPiece, size_t, StringPieceHasher> feeds(3); in RunPartitions()
|
/external/tensorflow/tensorflow/contrib/tensorboard/db/ |
D | summary_db_writer.cc | 391 std::unordered_map<StringPiece, int64, StringPieceHasher> name_to_node_id_;
|