Open miaobin opened 5 years ago
@miaobin BNNS has been updated. Thanks!
@fujunwei Please update MPSNDArrayStridedSlice which is incorrect.
Yes, it can extract a subset of source array using specified slice strides, but it's MPSKernel not MPSNNGraph node, it's a bit complicated to support in current design.
Update the table.
MKLDNN updated. It can be implemented by primitive reorder on submemory.
@pinzhenx Good to know, thanks for the sharing! :) @lisa0314
StridedSlice in the DeepSpeech model:
axes
axes
starts
andends
apply to. Negative value means counting dimensions from the back. Accepted range is [-r, r-1] where r = rank(data).axes
. Default to 1.Now, StridedSlice is working well with WebGL backend. And I am trying to support it with WASM backend. Because only four dimensions tensor is supported in tflite, I need do some workaround.