You can not select more than 25 topics
Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- name: "TestAdd"
- input: "data"
- layer {
- name: "data"
- type: "Input"
- top: "data"
- input_param { shape: { dim: 3} }
- }
-
- layer {
- name: "const"
- type: "Input"
- top: "const"
- input_param { shape: { dim: 3} }
- }
-
- layer {
- name: "reshape"
- type: "Reshape"
- bottom: "data"
- bottom: "const"
- top: "reshpae_out"
- reshape_param {
- shape {
- dim: 3
- }
- }
- }
|