35 lines
376 B
Protocol Buffer Text Format
35 lines
376 B
Protocol Buffer Text Format
type: "elementwise_sub"
|
|
def {
|
|
inputs {
|
|
name: "X"
|
|
}
|
|
inputs {
|
|
name: "Y"
|
|
}
|
|
outputs {
|
|
name: "Out"
|
|
}
|
|
attrs {
|
|
name: "axis"
|
|
type: INT
|
|
}
|
|
}
|
|
extra {
|
|
attrs {
|
|
name: "act"
|
|
type: STRING
|
|
}
|
|
attrs {
|
|
name: "Scale_x"
|
|
type: FLOAT
|
|
}
|
|
attrs {
|
|
name: "Scale_y"
|
|
type: FLOAT
|
|
}
|
|
attrs {
|
|
name: "Scale_out"
|
|
type: FLOAT
|
|
}
|
|
}
|