Proto commits in PaddlePaddle/Paddle-Lite

These 18 commits are when the Protocol Buffers files have changed:

Commit:69e7083
Author:co63oc
Committer:GitHub

[Core] Change LOD_TENSOR to DENSE_TENSOR (#10600)

The documentation is generated from this commit.

Commit:25dae41
Author:co63oc
Committer:GitHub

[Core] Change LOD_TENSOR_ARRAY to DENSE_TENSOR_ARRAY (#10587)

Commit:ba943a9
Author:lishicheng1996
Committer:GitHub

[PaddleSpeech] Add OPs and others needed by fastspeech_2 model (#9716) * [X86] Add set value op and double data type to framework. (#9580) * [QualcommQnn] add ops (#9538) support fusion_elementwise_mul_activation, fusion_elementwise_sub_activation, fusion_elementwise_div_activation, fusion_elementwise_min_activation, fusion_elementwise_max_activation, fusion_elementwise_pow_activation, instance_norm, prelu, arg_max, arg_min, flatten, flatten2, norm * add float64 type to lite * add float64 kernel for set value * change the third-party-libs url due to flatbuf update. * fix include files conflict * fix bug * Fix heterogeneous execution errors * fix control_flow_op_control_flow_op_shared_inputs_and_outputs_place_sync_pass bug * fix comment Co-authored-by: zhupengyang <zhu_py@qq.com> * [PaddleSpeech] Add OPs and others needed by fastspeech_2 model (#9706) * [Host] add 3 OPs: set_value, round, share_data test=develop * [Host] add expand_v2 OP registration with type kBool test=develop * [Arm] add reduce_sum OP Int64 registration and neon implement & add reduce_max OP kInt32 registration test=develop * [X86] fix bug in set_value OP test=develop * [Extra] move 2 round and share_data to extra test=develop * [proto] fix a bug test=develop Co-authored-by: csy0225 <78470701+csy0225@users.noreply.github.com> Co-authored-by: zhupengyang <zhu_py@qq.com>

Commit:e4771fb
Author:Aurelius84
Committer:GitHub

[Proto]Update core/framework.proto to keep same as PaddlePaddle (#9437) * [Proto]Update core/framework.proto to keep same as PaddlePaddle * fix code style

Commit:615af2b
Author:Superjomn

add resource

Commit:57de678
Author:Superjomn

add error codes

Commit:2ee81e8
Author:huzhiqiang
Committer:GitHub

[Framework] PaddleOpVerson step 2: update model_parser method to parse OP Version from Paddle Model (#4858)

Commit:54a75ec
Author:xiebaiyuan
Committer:GitHub

remove paddle mobile old project , never say good bye (#4421) * remove paddle mobile old project. never say good bye * test=develop

Commit:947cda2
Author:石晓伟
Committer:GitHub

fix build errors, test=develop (#2728)

Commit:362275e
Author:石晓伟
Committer:GitHub

Add kernel version table and update framework.proto, test=develop (#2243) * update framework.proto * add compatibility check, test=develop * remove head files, test=develop

Commit:ac44e7b
Author:Chunwei

init from wiki

This commit does not contain any .proto files.

Commit:699d6cd
Author:Yan Chunwei
Committer:GitHub

publish lite (#1800)

Commit:b0f4ee5
Author:hjchen2

add beam_search and one_hot cpu implementations, fix fetching output bug

Commit:9725a4f
Author:xiebaiyuan

move python tools to tools python

Commit:5e4a178
Author:hjchen2
Committer:hjchen2

Fix code style for protobuf-c header file

Commit:d52a8d0
Author:陈后江

Support quantized model of fluid, and could debug on x86

Commit:e6ac5a2
Author:xiebaiyuan

add mdl loader and paddle loader todo convert

Commit:680935c
Author:allonli

Initial commit