Home
last modified time | relevance | path

Searched refs:single_offset (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/training/
Dcheckpoint_ops.py377 offset = partition_info.single_offset(shape)
/external/tensorflow/tensorflow/python/kernel_tests/
Dvariable_scope_test.py1735 self.assertEqual(4, partition_info.single_offset([1, 3]))
1740 self.assertEqual(0, partition_info.single_offset([9, 3]))
/external/tensorflow/tensorflow/python/ops/
Dvariable_scope.py113 def single_offset(self, shape): member in _PartitionInfo