Home
last modified time | relevance | path

Searched refs:map_structure_up_to (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.__internal__.nest.pbtxt24 name: "map_structure_up_to"
/external/tensorflow/tensorflow/python/keras/layers/
Dwrappers.py269 inputs = nest.map_structure_up_to(inputs, array_ops.reshape, inputs,
284 y = nest.map_structure_up_to(y, array_ops.reshape, y, output_shape)
289 nest.map_structure_up_to(
350 inner_inputs = nest.map_structure_up_to(inputs, array_ops.reshape, inputs,
/external/tensorflow/tensorflow/python/util/
Dnest_test.py1011 out = nest.map_structure_up_to(
1019 out = nest.map_structure_up_to(
1027 out = nest.map_structure_up_to(
1039 nest.map_structure_up_to(
1046 out = nest.map_structure_up_to(
1058 nest.map_structure_up_to(
Dnest.py1300 def map_structure_up_to(shallow_tree, func, *inputs, **kwargs): function
/external/tensorflow/tensorflow/python/data/util/
Dnest.py373 def map_structure_up_to(shallow_tree, func, *inputs): function
Dnest_test.py431 out = nest.map_structure_up_to(
438 out = nest.map_structure_up_to(
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py198 output_shapes = nest.map_structure_up_to(output_types,
272 output_shapes = nest.map_structure_up_to(output_types,
Ddataset_ops.py831 output_shapes = nest.map_structure_up_to(output_types,
834 output_signature = nest.map_structure_up_to(output_types,
4205 return nest.map_structure_up_to(padding_values, value_or_default,
4247 self._padding_values = nest.map_structure_up_to(
/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/
Ddense_to_ragged_batch_test.py137 nest.map_structure_up_to(
/external/tensorflow/tensorflow/python/keras/engine/
Dcompile_utils.py339 self._metrics = nest.map_structure_up_to(y_pred, self._get_metric_objects,
341 self._weighted_metrics = nest.map_structure_up_to(y_pred,
Dtraining.py1698 nest.map_structure_up_to(
1707 all_outputs = nest.map_structure_up_to(batch_outputs, concat, outputs)
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py392 return nest.map_structure_up_to(
/external/tensorflow/tensorflow/python/framework/
Dcomposite_tensor_test.py283 result = nest.map_structure_up_to(s1, func, s2, expand_composites=True)
/external/tensorflow/tensorflow/python/keras/layers/legacy_rnn/
Drnn_cell_wrapper_impl.py515 return nest.map_structure_up_to(shallow_structure, enumerated_fn, *args,
/external/tensorflow/tensorflow/python/tpu/
Dtpu_feed.py121 return nest.map_structure_up_to(
/external/tensorflow/tensorflow/python/ops/
Drnn.py911 final_outputs = nest.map_structure_up_to(
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures_test.py721 nest.map_structure_up_to((None, (None,)), lambda x: x + 3, t,