OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hash_name_hashed
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/examples/speech_commands/
input_data.py
96
hash_name_hashed
= hashlib.sha1(compat.as_bytes(hash_name)).hexdigest()
97
percentage_hash = ((int(
hash_name_hashed
, 16) %
/external/tensorflow/tensorflow/examples/image_retraining/
retrain.py
204
hash_name_hashed
= hashlib.sha1(compat.as_bytes(hash_name)).hexdigest()
205
percentage_hash = ((int(
hash_name_hashed
, 16) %
[
all
...]
Completed in 171 milliseconds