HomeSort by relevance Sort by last modified time
    Searched refs:check_types_dict (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/data/util/
nest.py 261 def map_structure(func, *structure, **check_types_dict):
272 **check_types_dict: only valid keyword argument is `check_types`. If set to
297 if check_types_dict:
298 if "check_types" not in check_types_dict or len(check_types_dict) > 1:
300 check_types = check_types_dict["check_types"]
  /external/tensorflow/tensorflow/python/util/
nest.py 407 def map_structure(func, *structure, **check_types_dict):
418 **check_types_dict: only valid keyword argument is `check_types`. If set to
445 if check_types_dict:
446 if "check_types" not in check_types_dict or len(check_types_dict) > 1:
448 check_types = check_types_dict["check_types"]

Completed in 156 milliseconds