Home
last modified time | relevance | path

Searched refs:get_activations (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/python/tpu/
Dtpu_embedding_v2_test.py715 def get_activations(): function
721 sparse_activations = strategy.run(get_activations)
723 ragged_activations = strategy.run(get_activations)
745 def get_activations(dense_value): function
750 activations, dense_value1 = strategy.run(get_activations, args=(0.0,))
764 per_device_activations, dense_value2 = strategy.run(get_activations,
785 def get_activations(): function
790 activations = strategy.run(get_activations)
808 def get_activations(features): function
812 activations = strategy.run(get_activations, args=(next(sparse_iter),))
[all …]
Dtpu_embedding.py1845 def get_activations(self): member in TPUEmbedding