[IE CLDNN] Fix Android build error: braces around scalar initializer (#1151)
This commit is contained in:
parent
b43d26ab8a
commit
da03c7ad0d
@ -36,7 +36,7 @@ protected:
|
||||
DispatchData SetDefault(const convolution_params& params, int autoTuneIndex = -1) const override;
|
||||
bool NeedPaddedInput() const override { return true; }
|
||||
WeightsLayout GetPreferredWeightsLayout(const convolution_params&) const override {
|
||||
return { WeightsLayout::os_is_yx_osv16_isv16 };
|
||||
return WeightsLayout::os_is_yx_osv16_isv16;
|
||||
}
|
||||
|
||||
std::vector<FusedOpType> GetSupportedFusedOps() const override {
|
||||
|
@ -36,7 +36,7 @@ protected:
|
||||
DispatchData SetDefault(const convolution_params& params, int autoTuneIndex = -1) const override;
|
||||
bool NeedPaddedInput() const override { return true; }
|
||||
WeightsLayout GetPreferredWeightsLayout(const convolution_params&) const override {
|
||||
return { WeightsLayout::os_is_yx_osv16_isv16 };
|
||||
return WeightsLayout::os_is_yx_osv16_isv16;
|
||||
}
|
||||
|
||||
std::vector<FusedOpType> GetSupportedFusedOps() const override {
|
||||
|
Loading…
Reference in New Issue
Block a user