def _fetch_mask(self): mask = None if self._inbound_nodes: mask = self._inbound_nodes[0].input_masks[0] return mask I haven't found the corresponding function for the input_masks here. Is there anything that can be replaced?
def _fetch_mask(self):
mask = None
I haven't found the corresponding function for the input_masks here. Is there anything that can be replaced?