Searched refs:_EmbeddingResult (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | embedding_ops_test.py | 187 def _EmbeddingResult(params, function 263 np_result, _, _ = _EmbeddingResult(params, id_vals, num_shards, vocab_size) 310 np_result, _, _ = _EmbeddingResult(params, id_vals, num_shards, vocab_size) 334 np_result, _, _ = _EmbeddingResult(params, id_vals, num_shards, vocab_size) 358 np_result, _, _ = _EmbeddingResult(params, id_vals, num_shards, vocab_size) 381 np_result, _, _ = _EmbeddingResult(params, id_vals, num_shards, vocab_size) 405 np_result, _, _ = _EmbeddingResult( 431 np_result, _, _ = _EmbeddingResult( 456 np_result, _, _ = _EmbeddingResult( 484 np_result, _, _ = _EmbeddingResult( [all …]
|
/external/tensorflow/tensorflow/contrib/layers/python/layers/ |
D | embedding_ops_test.py | 613 def _EmbeddingResult(params, function 740 np_embedding_sum, np_weight_sum, np_weight_sq_sum = _EmbeddingResult(
|