45 lines
526 B
Protocol Buffer Text Format
45 lines
526 B
Protocol Buffer Text Format
type: "square"
|
|
def {
|
|
inputs {
|
|
name: "X"
|
|
}
|
|
outputs {
|
|
name: "Out"
|
|
}
|
|
}
|
|
|
|
extra {
|
|
attrs {
|
|
name: "is_test"
|
|
type: BOOLEAN
|
|
}
|
|
attrs {
|
|
name: "use_mkldnn"
|
|
type: BOOLEAN
|
|
}
|
|
attrs {
|
|
name: "use_cudnn"
|
|
type: BOOLEAN
|
|
}
|
|
attrs {
|
|
name: "op_role"
|
|
type: INT
|
|
}
|
|
attrs {
|
|
name: "op_role_var"
|
|
type: STRINGS
|
|
}
|
|
attrs {
|
|
name: "op_namescope"
|
|
type: STRING
|
|
}
|
|
attrs {
|
|
name: "op_callstack"
|
|
type: STRINGS
|
|
}
|
|
attrs {
|
|
name: "op_device"
|
|
type: STRING
|
|
}
|
|
}
|