OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:all_flattened_up_to
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/data/util/
nest.py
535
all_flattened_up_to
= [flatten_up_to(shallow_tree, input_tree)
538
results = [func(*tensors) for tensors in zip(*
all_flattened_up_to
)]
/external/tensorflow/tensorflow/python/util/
nest.py
697
all_flattened_up_to
= [flatten_up_to(shallow_tree, input_tree)
699
results = [func(*tensors) for tensors in zip(*
all_flattened_up_to
)]
Completed in 447 milliseconds