Commit bf869655 authored by Dmitry Yershov's avatar Dmitry Yershov Committed by Scott Cyphers

IntelGPU backend: Make ScaleShift op as not supported in callback of…

IntelGPU backend: Make ScaleShift op as not supported in callback of FusedOpDecomposition pass (#2940)

* IntelGPU backend: Make ScaleShift op as not supported in callback of FusedOpDecomposition pass

* style

* merge error

* Style was correct.  Return back 0965fb5 changes

* merge error
parent 31dc7234
......@@ -2166,6 +2166,7 @@ bool runtime::intelgpu::IntelGPUBackend::is_supported_impl(const Node& node)
case OP_TYPEID::MVN:
case OP_TYPEID::Normalize:
case OP_TYPEID::PRelu:
case OP_TYPEID::ScaleShift:
case OP_TYPEID::SpaceToDepth:
case OP_TYPEID::Squeeze: { return false;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment