Searched defs:map_structure_up_to (Results 1 - 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
H A Dnest.py467 def map_structure_up_to(shallow_tree, func, *inputs): function
492 out = map_structure_up_to(inp_val, lambda val, ops: (val + ops.add) * ops.mul,
501 out = map_structure_up_to(
550 "map_structure_up_to",
/external/tensorflow/tensorflow/python/util/
H A Dnest.py629 def map_structure_up_to(shallow_tree, func, *inputs): function
654 out = map_structure_up_to(inp_val, lambda val, ops: (val + ops.add) * ops.mul,
663 out = map_structure_up_to(
722 `map_structure_up_to` and `flatten_up_to`.
856 "map_structure_up_to",

Completed in 125 milliseconds