Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc651 struct ShardedPerHostInputIndex { struct
652 string host_device;
653 int argument_index;
654 bool operator<(const ShardedPerHostInputIndex& rhs) const { in operator <()
658 bool operator==(const ShardedPerHostInputIndex& rhs) const { in operator ==()
3138 absl::btree_map<ShardedPerHostInputIndex, Node*>* per_host_index, in CreatePartitionedDummyVarArgs()