Searched refs:_ids_and_weights_2d (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | embedding_ops_test.py | 65 def _ids_and_weights_2d(self): member in SafeEmbeddingLookupSparseTest 118 sparse_ids, sparse_weights = self._ids_and_weights_2d() 131 sparse_ids, sparse_weights = self._ids_and_weights_2d() 145 sparse_ids, _ = self._ids_and_weights_2d() 159 sparse_ids, _ = self._ids_and_weights_2d() 173 sparse_ids, sparse_weights = self._ids_and_weights_2d()
|
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | embedding_ops_test.py | 810 def _ids_and_weights_2d(self): member in SafeEmbeddingLookupSparseTest 864 sparse_ids, sparse_weights = self._ids_and_weights_2d() 879 sparse_ids, sparse_weights = self._ids_and_weights_2d() 896 sparse_ids, _ = self._ids_and_weights_2d() 912 sparse_ids, _ = self._ids_and_weights_2d() 928 sparse_ids, sparse_weights = self._ids_and_weights_2d()
|