Files
paddlepaddle--paddle/paddle/fluid/operators/compat/roll.pbtxt
T
2026-07-13 12:40:42 +08:00

43 lines
496 B
Protocol Buffer Text Format

type: "roll"
def {
inputs {
name: "X"
}
inputs {
name: "ShiftsTensor"
}
outputs {
name: "Out"
}
attrs {
name: "axis"
type: INTS
}
attrs {
name: "shifts"
type: INTS
}
}
extra {
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
}
}