Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dstream_executor_util.cc127 Layout nchw_input, nchw_filter, nchw_output; in XlaConvLayoutsToStreamExecutorLayouts() local
128 std::tie(nchw_input, nchw_filter, nchw_output) = in XlaConvLayoutsToStreamExecutorLayouts()
164 if (LayoutUtil::Equal(output, nchw_output)) { in XlaConvLayoutsToStreamExecutorLayouts()