Searched refs:input_map_fn (Results 1 – 1 of 1) sorted by relevance
601 input_map_fn=None): argument628 if (feed_dict_fn and input_map_fn) or (not feed_dict_fn and629 not input_map_fn):633 if input_map_fn:634 for k, v in input_map_fn().items():644 input_map=input_map_fn() if input_map_fn else None,