Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
H A Ddistributed_tpu_rewrite_pass.cc654 struct ShardedPerHostInputIndex { struct
655 string host_device;
656 int argument_index;
657 bool operator<(const ShardedPerHostInputIndex& rhs) const { in operator <()
661 bool operator==(const ShardedPerHostInputIndex& rhs) const { in operator ==()
3080 absl::btree_map<ShardedPerHostInputIndex, Node*>* per_host_index, in CreatePartitionedDummyVarArgs()