Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[UPD]add scatternd op to xcode project file (#1961)
* [UPD]fix const for only 1 element; fix binary op for old model with wrong weight shape; update profile for npu; fix const layer error; * [BUG]fix deconv error; add exp op * [BUG]fix deconv error; add exp op * fix coreml comile error * fix build script * fix build script * add build flag * fix build script * delete mac xcode project * [UPD]fix build script * [BUG]fix UI of monodepth example * [BUG]fix issue #1878, support convert onnx fp16 model to tnn fp16 model * [BUG]support macbook woth apple M2 * [UPD]unify scale logic;opt blob2mat for nchw float * [UPD]unify scale logic;opt blob2mat for nchw float * [BUG]fix logic of fusing mul-add to bn, bn doesnt support broadcast * [UPD]enable swish op cvt * [UPD]support save int8 for embedding * [UPD]support save int8 for embedding * Revert "[UPD]support save int8 for embedding" This reverts commit 750933c. * [UPD]support save int8 for embedding * [UPD]add scatternd op to xcode project file --------- Co-authored-by: lucasktian <[email protected]>
- Loading branch information