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: "TestAbs"
- layer {
- name: "data"
- type: "Input"
- top: "data"
- input_param { shape: { dim: 64 dim: 1 dim: 28 dim: 28 } }
- }
-
- layer {
- name: "abs"
- type: "AbsVal"
- bottom: "data"
- top: "abs_out"
- }
|