Supports 3 cases at the moment: i) input is an EagerTensor. ii) input is a ResourceVariable - in this case, the is_variable param is set to true. iii) input is an arbitrary python list/tuple (note, this handling doesn't support packing). NOTE: dtype_hint_getter must *always* return a PyObject that can be decref'd. So if no hint is found, Py_RETURN_NONE (which correctly increfs Py_None). NOTE: Th
source not stored for this graph (policy: none)
no test coverage detected