Home
last modified time | relevance | path

Searched refs:NestedStructure (Results 1 – 21 of 21) sorted by relevance

/external/tensorflow/tensorflow/python/data/util/
Dstructure_test.py51 structure.NestedStructure, [dtypes.float32, dtypes.int32], [[], [3]]),
55 }, structure.NestedStructure, [dtypes.float32, dtypes.int32], [[], [3]]),
62 }, structure.NestedStructure,
351 structure.NestedStructure({
367 s = structure.NestedStructure(
369 structure.NestedStructure(
405 ("Nest", structure.NestedStructure({
409 structure.NestedStructure({
433 ("Nest", structure.NestedStructure({
437 structure.NestedStructure({
Dstructure.py207 return NestedStructure.from_value(value)
294 return NestedStructure(ret)
301 class NestedStructure(Structure): class
325 if not isinstance(other, NestedStructure):
403 return NestedStructure(nest.pack_sequence_as(value, flat_nested_structure))
418 return NestedStructure(nest.map_structure(
422 return NestedStructure(nest.map_structure(
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.-nested-structure.pbtxt1 path: "tensorflow.data.experimental.NestedStructure"
3 is_instance: "<class \'tensorflow.python.data.util.structure.NestedStructure\'>"
Dtensorflow.data.experimental.pbtxt24 name: "NestedStructure"
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.-nested-structure.pbtxt1 path: "tensorflow.data.experimental.NestedStructure"
3 is_instance: "<class \'tensorflow.python.data.util.structure.NestedStructure\'>"
Dtensorflow.data.experimental.pbtxt24 name: "NestedStructure"
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/
Dbigtable_api.py660 return structure.NestedStructure(tuple(
689 return structure.NestedStructure(
712 return structure.NestedStructure(
/external/tensorflow/tensorflow/contrib/hadoop/python/ops/
Dhadoop_dataset_ops.py66 return structure.NestedStructure(
/external/python/cpython2/Lib/ctypes/test/
Dtest_byteswap.py202 class NestedStructure(nested): class
207 _fields_ = [("point", NestedStructure)]
/external/python/cpython3/Lib/ctypes/test/
Dtest_byteswap.py222 class NestedStructure(nested): class
227 _fields_ = [("point", NestedStructure)]
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dgrouping.py302 input_structure=structure.NestedStructure(
420 input_structure = structure.NestedStructure(
Doptimization.py251 nested_structure = structure_lib.NestedStructure(
Dscan_ops.py61 input_structure=structure.NestedStructure(
Dreaders.py666 self._structure = structure.NestedStructure(
962 self._structure = structure.NestedStructure(
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dreaders.py400 return structure.NestedStructure(
/external/tensorflow/tensorflow/python/data/experimental/
D__init__.py129 from tensorflow.python.data.util.structure import NestedStructure
/external/tensorflow/tensorflow/python/data/kernel_tests/
Ddataset_test.py224 structure.NestedStructure({
Doptional_test.py264 structure.NestedStructure({
Diterator_test.py857 structure.NestedStructure({
/external/tensorflow/tensorflow/python/data/ops/
Ddataset_ops.py1286 input_structure=structure_lib.NestedStructure(
2134 self._structure = structure_lib.NestedStructure(
2527 self._structure = structure_lib.NestedStructure(
3251 self._structure = structure_lib.NestedStructure(nest_of_structures)
/external/tensorflow/tensorflow/python/distribute/
Dinput_lib.py359 if isinstance(value_structure, structure.NestedStructure):