/external/tensorflow/tensorflow/python/data/util/ |
D | structure_test.py | 45 (lambda: constant_op.constant(37.0), structure.TensorStructure, 342 structure.TensorStructure(dtypes.float32, [])), 352 "a": structure.TensorStructure(dtypes.float32, []), 354 structure.TensorStructure(dtypes.string, []))})), 368 (structure.TensorStructure(dtypes.int64, []), 370 (structure.TensorStructure(dtypes.float32, []), 371 structure.TensorStructure(dtypes.string, []))))) 396 ("Tensor", structure.TensorStructure(dtypes.float32, []), 32, 397 structure.TensorStructure(dtypes.float32, [32])), 398 ("TensorUnknown", structure.TensorStructure(dtypes.float32, []), None, [all …]
|
D | structure.py | 217 return TensorStructure.from_value(tensor) 282 flat_ret.append(TensorStructure(flat_type, flat_shape)) 427 class TensorStructure(Structure): class 443 return (isinstance(other, TensorStructure) and 478 return TensorStructure(value.dtype, value.shape) 490 return TensorStructure( 497 return TensorStructure(self._dtype, self._shape[1:])
|
/external/tensorflow/tensorflow/python/data/kernel_tests/ |
D | optional_test.py | 80 value_structure = structure.TensorStructure(dtypes.float32, []) 85 structure.TensorStructure(dtypes.float32, [1]))) 88 structure.TensorStructure(dtypes.int32, []))) 186 structure.TensorStructure(dtypes.float32, [])) 215 structure.TensorStructure(dtypes.float32, [])) 256 structure.TensorStructure(dtypes.float32, [])), 265 "a": structure.TensorStructure(dtypes.float32, []), 266 "b": (structure.TensorStructure(dtypes.string, [1]), 267 structure.TensorStructure(dtypes.string, []))})), 270 structure.TensorStructure(dtypes.float32, []))), [all …]
|
D | dataset_test.py | 216 structure.TensorStructure(dtypes.float32, [])), 225 "a": structure.TensorStructure(dtypes.float32, []), 226 "b": (structure.TensorStructure(dtypes.string, [1]), 227 structure.TensorStructure(dtypes.string, []))})), 231 structure.TensorStructure(dtypes.int32, []))), 234 structure.TensorStructure(dtypes.float32, []))),
|
D | iterator_test.py | 847 structure.TensorStructure(dtypes.float32, []), 858 "a": structure.TensorStructure(dtypes.float32, []), 859 "b": (structure.TensorStructure(dtypes.string, [1]), 860 structure.TensorStructure(dtypes.string, []))}),
|
/external/tensorflow/tensorflow/python/data/experimental/ops/ |
D | grouping.py | 274 structure.TensorStructure(dtypes.int64, [])): 285 input_structure=structure.TensorStructure(dtypes.int64, [])) 398 input_structure=structure.TensorStructure(dtypes.int64, [])) 400 structure.TensorStructure(dtypes.int64, [])): 412 structure.TensorStructure(dtypes.int64, [])): 421 (structure.TensorStructure(dtypes.int64, []), nested_dataset))
|
D | matching_files.py | 39 return structure.TensorStructure(dtypes.string, [])
|
D | take_while_ops.py | 40 structure_lib.TensorStructure(dtypes.bool, [])):
|
D | writers.py | 54 structure.TensorStructure(dtypes.string, [])):
|
D | random_ops.py | 43 return structure.TensorStructure(dtypes.int64, [])
|
D | indexed_dataset_ops.py | 129 return structure.TensorStructure(dtypes.uint64, [])
|
D | parsing_ops.py | 36 structure.TensorStructure(dtypes.string, [None])):
|
D | interleave_ops.py | 271 structure.TensorStructure(dtypes.int64, [])):
|
D | readers.py | 667 tuple(structure.TensorStructure(d.dtype, []) 964 lambda dtype: structure.TensorStructure(dtype, []), output_types))
|
/external/tensorflow/tensorflow/tools/api/golden/v1/ |
D | tensorflow.data.experimental.-tensor-structure.pbtxt | 1 path: "tensorflow.data.experimental.TensorStructure" 3 is_instance: "<class \'tensorflow.python.data.util.structure.TensorStructure\'>"
|
D | tensorflow.data.experimental.pbtxt | 72 name: "TensorStructure"
|
/external/tensorflow/tensorflow/tools/api/golden/v2/ |
D | tensorflow.data.experimental.-tensor-structure.pbtxt | 1 path: "tensorflow.data.experimental.TensorStructure" 3 is_instance: "<class \'tensorflow.python.data.util.structure.TensorStructure\'>"
|
D | tensorflow.data.experimental.pbtxt | 72 name: "TensorStructure"
|
/external/tensorflow/tensorflow/contrib/hadoop/python/ops/ |
D | hadoop_dataset_ops.py | 67 (structure.TensorStructure(dtypes.string, []), 68 structure.TensorStructure(dtypes.string, [])))
|
/external/tensorflow/tensorflow/contrib/bigtable/python/ops/ |
D | bigtable_api.py | 599 return structure.TensorStructure(dtypes.string, []) 661 [structure.TensorStructure(dtypes.string, [])] * self._num_outputs)) 691 [structure.TensorStructure(dtypes.string, [])] * self._num_outputs)) 713 (structure.TensorStructure(dtypes.string, []), 714 structure.TensorStructure(dtypes.string, [])))
|
/external/tensorflow/tensorflow/python/data/ops/ |
D | readers.py | 67 return structure.TensorStructure(dtypes.string, []) 119 return structure.TensorStructure(dtypes.string, []) 246 return structure.TensorStructure(dtypes.string, []) 336 return structure.TensorStructure(dtypes.string, [])
|
/external/tensorflow/tensorflow/contrib/data/python/ops/ |
D | readers.py | 401 (structure.TensorStructure(dtypes.string, []), 402 structure.TensorStructure(dtypes.string, [])))
|
/external/tensorflow/tensorflow/contrib/kinesis/python/ops/ |
D | kinesis_dataset_ops.py | 90 return structure.TensorStructure(dtypes.string, [])
|
/external/tensorflow/tensorflow/contrib/kafka/python/ops/ |
D | kafka_dataset_ops.py | 73 return structure.TensorStructure(dtypes.string, [])
|
/external/tensorflow/tensorflow/python/data/experimental/ |
D | __init__.py | 132 from tensorflow.python.data.util.structure import TensorStructure
|