Tensorflow frontend input symbol

Is it possible to obtain values of an input symbol while adding a new op support? For example, to add a fill op, we have to get the value of input[0](a shape), and this value will be passed as an extra argument to in_built ‘full’ op.

I think not possible.