Searched refs:CopyInputs (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | map_vectorization.cc | 165 Status CopyInputs(StringPiece input_name, const NameRangeMap& input_map, in CopyInputs() function 211 CopyInputs("batch_size", input_map, old_batch_node, &batch_node)); in AddNewBatchNode() 216 CopyInputs("drop_remainder", input_map, old_batch_node, &batch_node)); in AddNewBatchNode() 276 CopyInputs("other_arguments", input_map, old_map_node, &map_node)); in AddNewMapNode()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | mkl_layout_pass.cc | 1971 Status CopyInputs(const Node* orig_node, 2436 Status MklLayoutRewritePass::CopyInputs( in CopyInputs() function in tensorflow::MklLayoutRewritePass 3582 Status s = CopyInputs(orig_node, inputs, &nb); in RewriteNodeForJustOpNameChange()
|