OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:current_vocab_path
(Results
1 - 2
of
2
) sorted by null
/external/tensorflow/tensorflow/python/training/
warm_starting_util.py
186
current_vocab_path
,
210
current_vocab_path
: Path to the vocab file used for the given `var`.
230
if not (
current_vocab_path
and current_vocab_size and prev_ckpt and
232
raise ValueError("Invalid args: Must provide all of [
current_vocab_path
, "
266
new_row_vocab_file =
current_vocab_path
281
new_col_vocab_file =
current_vocab_path
452
current_vocab_path
=vocab_info.new_vocab,
warm_starting_util_test.py
673
current_vocab_path
= self._write_vocab(
678
"sc_vocab", vocabulary_file=
current_vocab_path
, vocabulary_size=2)
[
all
...]
Completed in 3423 milliseconds