Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer.cc567 bool MustPreserve() const { in MustPreserve() function in tensorflow::grappler::__anonbd4a17fb0111::NodeProcessor
589 return !MustPreserve() && IsNHWC() && IsPortZeroDimsFour(*node_) && in ShouldProcess()
1025 if (MustPreserve()) { in ShouldProcess()
1052 return !MustPreserve() && IsNHWC() && IsPortZeroDimsFour(*node_) && in ShouldProcess()
1214 return !MustPreserve() && IsNHWC() && IsPortDimsFour(*data_input, port) && in ShouldProcess()
1234 return !MustPreserve() && IsPortZeroDimsFour(*node_) && HasOutputs() && in ShouldProcess()
1296 return !MustPreserve() && IsPortZeroDimsFour(*node_) && HasOutputs() && in ShouldProcess()
1475 return !MustPreserve() && HasOutputs() && IsNodeAfterNCHWToNHWC() && in ShouldProcess()
1508 return !MustPreserve() && HasOutputs() && IsNodeAfterNCHWToNHWC() && in ShouldProcess()
1546 return !MustPreserve() && IsPortZeroDimsFour(*node_) && HasOutputs() && in ShouldProcess()
[all …]