Home
last modified time | relevance | path

Searched defs:row_partitions (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/ops/structured/
Dstructured_tensor.py113 def __init__(self, fields, shape, nrows, row_partitions, internal=False): argument
147 row_partitions=None, argument
543 def row_partitions(self): member in StructuredTensor
1272 def _find_shape_dtype(fields, nrows, row_partitions): argument
1330 def _merge_row_partitions(row_partitions, value, rank, dtype, validate): argument
1416 def _empty_dict_pylist_from_row_partitions(row_partitions, nrows): argument
Dstructured_array_ops_test.py251 def testSizeObject(self, row_partitions, shape, dtype, expected): argument
401 def testZerosLikeObject(self, row_partitions, shape, dtype, expected): argument
551 def testOnesLikeObject(self, row_partitions, shape, dtype, expected): argument
651 def testRank(self, row_partitions, shape, expected): argument
Dstructured_tensor_test.py303 row_partitions=None): argument
447 row_partitions=None, argument
Dstructured_array_ops.py471 def _structured_tensor_from_row_partitions(shape, row_partitions): argument