blob: 44fae0ce455f0cb678e91762c4c8ce00578a8353 [file] [log] [blame]
op {
name: "StackPush"
input_arg {
name: "handle"
type: DT_STRING
is_ref: true
}
input_arg {
name: "elem"
type_attr: "T"
}
output_arg {
name: "output"
type_attr: "T"
}
attr {
name: "T"
type: "type"
}
attr {
name: "swap_memory"
type: "bool"
default_value {
b: false
}
}
}