Home
last modified time | relevance | path

Searched refs:ShardedInputIndex (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/core/tpu/graph_rewrite/
Ddistributed_tpu_rewrite_pass.cc641 struct ShardedInputIndex { struct
645 bool operator<(const ShardedInputIndex& rhs) const { in operator <() argument
796 std::map<ShardedInputIndex, ShardedInputInfo>* in CreateOrGetSplitNodesForInputSharding() argument
798 ShardedInputIndex input_index{replica_id, orig_arg_num}; in CreateOrGetSplitNodesForInputSharding()
3054 std::map<ShardedInputIndex, ShardedInputInfo> input_index_to_sharded_inputs; in BuildExecuteNodes()