Searched refs:CopyAttribute (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_and_batch_fusion.cc | 83 graph_utils::CopyAttribute(key, map_node, &new_node); in MakeMapAndBatchNode() 86 graph_utils::CopyAttribute(key, batch_node, &new_node); in MakeMapAndBatchNode() 93 graph_utils::CopyAttribute(key, map_node, &new_node); in MakeMapAndBatchNode()
|
D | filter_fusion.cc | 51 graph_utils::CopyAttribute("Targuments", first_filter_node, &fused_node); in MakeFusedFilterNode() 54 graph_utils::CopyAttribute(key, second_filter_node, &fused_node); in MakeFusedFilterNode()
|
D | map_fusion.cc | 51 graph_utils::CopyAttribute("Targuments", parent_map_node, &fused_node); in MakeFusedNode() 53 graph_utils::CopyAttribute(key, map_node, &fused_node); in MakeFusedNode()
|
D | map_vectorization.cc | 79 graph_utils::CopyAttribute(k, map_node, map_defun_node); in CreateMapDefunWrapper() 280 graph_utils::CopyAttribute("Targuments", old_map_node, &map_node); in AddNewMapNode() 285 graph_utils::CopyAttribute(key, old_batch_node, &map_node); in AddNewMapNode() 313 graph_utils::CopyAttribute(key, new_map_node, &prefetch_node); in AddNewPrefetchNode() 434 graph_utils::CopyAttribute(key, in AddNewChooseFastestNode()
|
D | map_and_filter_fusion.cc | 55 graph_utils::CopyAttribute(key, map_node, &fused_node); in MakeFusedNode() 62 graph_utils::CopyAttribute(key, map_node, &fused_node); in MakeFusedNode()
|
D | auto_shard.cc | 125 graph_utils::CopyAttribute("output_shapes", *add_after, &new_node); in AddShardNode() 131 graph_utils::CopyAttribute("output_types", *add_after, &new_node); in AddShardNode()
|
D | hoist_random_uniform.cc | 57 graph_utils::CopyAttribute("Targuments", map_node, &stateless_map); in MakeStatelessMap() 59 graph_utils::CopyAttribute(key, map_node, &stateless_map); in MakeStatelessMap()
|
D | shuffle_and_repeat_fusion.cc | 67 graph_utils::CopyAttribute(key, repeat_node, &new_node); in OptimizeAndCollectStats()
|
D | graph_utils.h | 131 void CopyAttribute(const string& attribute_name, const NodeDef& from,
|
D | graph_utils.cc | 269 void CopyAttribute(const string& attribute_name, const NodeDef& from, in CopyAttribute() function 276 CopyAttribute(attribute_name, first, to_node); in ConcatAttributeList()
|