Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/graph/
Dmkl_layout_pass.cc1530 static void CopyFormatAttrsConv(const Node* orig_node, NodeBuilder* nb,
2061 CopyFormatAttrsConv(orig_node, nb, strides, dilations, change_format); in CopyAttrsConvCheckConstFilter()
2082 CopyFormatAttrsConv(orig_node, nb, strides, dilations, change_format); in CopyAttrsConv()
2488 void MklLayoutRewritePass::CopyFormatAttrsConv( in CopyFormatAttrsConv() function in tensorflow::MklLayoutRewritePass