Home
last modified time | relevance | path

Searched refs:seq2seq (Results 1 – 25 of 33) sorted by relevance

12

/external/tensorflow/tensorflow/contrib/legacy_seq2seq/
D__init__.py36 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import attention_decoder
37 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import basic_rnn_seq2seq
38 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_attention_decoder
39 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_attention_seq2seq
40 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_rnn_decoder
41 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_rnn_seq2seq
42 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_tied_rnn_seq2seq
43 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import model_with_buckets
44 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import one2many_rnn_seq2seq
45 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import rnn_decoder
[all …]
/external/tensorflow/tensorflow/contrib/seq2seq/
D__init__.py28 from tensorflow.contrib.seq2seq.python.ops.attention_wrapper import *
29 from tensorflow.contrib.seq2seq.python.ops.basic_decoder import *
30 from tensorflow.contrib.seq2seq.python.ops.beam_search_decoder import *
31 from tensorflow.contrib.seq2seq.python.ops.beam_search_ops import *
32 from tensorflow.contrib.seq2seq.python.ops.decoder import *
33 from tensorflow.contrib.seq2seq.python.ops.helper import *
34 from tensorflow.contrib.seq2seq.python.ops.loss import *
/external/tensorflow/tensorflow/core/profiler/
DREADME.md177 top 1 graph node: seq2seq/loss/sampled_sequence_loss/sequence_loss_by_example/SoftmaxCrossEntropyWi…
179 top 3 graph node: seq2seq/loss/sampled_sequence_loss/sequence_loss_by_example/SoftmaxCrossEntropyWi…
192seq2seq.py:693:attention_decoder:attns = attention..., cpu: 11.73ms, accelerator: 38.41ms, total: …
193seq2seq.py:653:attention:s = math_ops.redu..., cpu: 2.62ms, accelerator: 17.80ms, total: 20.41ms
194seq2seq.py:658:attention:array_ops.reshape..., cpu: 1.90ms, accelerator: 12.08ms, total: 13.98ms
195 seq2seq.py:655:attention:a = nn_ops.softma..., cpu: 4.15ms, accelerator: 4.25ms, total: 8.40ms
196seq2seq.py:686:attention_decoder:cell_output, stat..., cpu: 14.43ms, accelerator: 4.85ms, total: 1…
197seq2seq.py:696:attention_decoder:output = linear([..., cpu: 3.04ms, accelerator: 2.88ms, total: 5.…
/external/tensorflow/tensorflow/contrib/seq2seq/python/kernel_tests/
Ddecoder_test.py22 from tensorflow.contrib.seq2seq.python.ops import basic_decoder
23 from tensorflow.contrib.seq2seq.python.ops import decoder
24 from tensorflow.contrib.seq2seq.python.ops import helper as helper_py
Ddecoder_v2_test.py22 from tensorflow.contrib.seq2seq.python.ops import basic_decoder
23 from tensorflow.contrib.seq2seq.python.ops import sampler as sampler_py
Dbeam_search_decoder_test.py24 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper
25 from tensorflow.contrib.seq2seq.python.ops import beam_search_decoder
26 from tensorflow.contrib.seq2seq.python.ops import beam_search_ops
27 from tensorflow.contrib.seq2seq.python.ops import decoder
Dbeam_search_ops_test.py26 from tensorflow.contrib.seq2seq.python.ops import beam_search_ops
Dattention_wrapper_test.py25 from tensorflow.contrib.seq2seq.python.ops import decoder
26 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper as wrapper
27 from tensorflow.contrib.seq2seq.python.ops import helper as helper_py
28 from tensorflow.contrib.seq2seq.python.ops import basic_decoder
Dattention_wrapper_v2_test.py25 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper as wrapper
26 from tensorflow.contrib.seq2seq.python.ops import basic_decoder
27 from tensorflow.contrib.seq2seq.python.ops import sampler as sampler_py
/external/tensorflow/tensorflow/contrib/seq2seq/python/ops/
Dbasic_decoder.py24 from tensorflow.contrib.seq2seq.python.ops import decoder
25 from tensorflow.contrib.seq2seq.python.ops import helper as helper_py
26 from tensorflow.contrib.seq2seq.python.ops import sampler as sampler_py
Dbeam_search_ops.py20 from tensorflow.contrib.seq2seq.ops import gen_beam_search_ops
Dbeam_search_decoder.py24 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper
25 from tensorflow.contrib.seq2seq.python.ops import beam_search_ops
26 from tensorflow.contrib.seq2seq.python.ops import decoder
/external/tensorflow/tensorflow/contrib/cmake/
Dtf_core_kernels.cmake101 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/kernels/beam_search_ops.cc"
102 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/ops/beam_search_ops.cc"
163 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/kernels/beam_search_ops.cc"
164 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/ops/beam_search_ops.cc"
188 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/kernels/*.cu.cc"
Dpython_modules.txt378 tensorflow/contrib/seq2seq
379 tensorflow/contrib/seq2seq/kernels
380 tensorflow/contrib/seq2seq/ops
381 tensorflow/contrib/seq2seq/python
382 tensorflow/contrib/seq2seq/python/ops
Dtf_python.cmake412 …DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/seq2seq/ops/gen_beam_search_o…
715 # include contrib/seq2seq as .so
718 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/kernels/beam_search_ops.cc"
719 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/kernels/beam_search_ops.h"
720 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/ops/beam_search_ops.cc"
724 "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/kernels/beam_search_ops_gpu.cu.cc"
731 DISTCOPY ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/seq2seq/python/ops/)
Dtf_core_ops.cmake110 …LIBRARY(seq2seq_beam_search "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/ops/beam_search_o…
/external/tensorflow/tensorflow/contrib/
DBUILD92 "//tensorflow/contrib/seq2seq:seq2seq_py",
176 "//tensorflow/contrib/seq2seq:beam_search_ops_kernels",
217 "//tensorflow/contrib/seq2seq:beam_search_ops_op_lib",
D__init__.py78 from tensorflow.contrib import seq2seq
/external/tensorflow/tensorflow/core/profiler/g3doc/
Dadvise.md71 top 1 graph node: seq2seq/loss/sampled_sequence_loss/sequence_loss_by_example/SoftmaxCrossEntropyWi…
73 top 3 graph node: seq2seq/loss/sampled_sequence_loss/sequence_loss_by_example/SoftmaxCrossEntropyWi…
Dprofile_memory.md59 tfprof> code -max_depth 10 -select bytes -order_by bytes -start_name_regexes .*seq2seq.* -min_byte…
/external/tensorflow/tensorflow/core/util/ctc/
DBUILD2 # is a type of seq2seq loss. The libraries in this directory
/external/tensorflow/tensorflow/contrib/eager/python/examples/nmt_with_attention/
Dnmt_with_attention.ipynb47 …"This notebook trains a sequence to sequence (seq2seq) model for Spanish to English translation us…
351seq2seq) tutorial](https://github.com/tensorflow/nmt). This example uses a more recent set of APIs…
353 …"<img src=\"https://www.tensorflow.org/images/seq2seq/attention_mechanism.jpg\" width=\"500\" alt=…
359 …"<img src=\"https://www.tensorflow.org/images/seq2seq/attention_equation_0.jpg\" alt=\"attention e…
360 …"<img src=\"https://www.tensorflow.org/images/seq2seq/attention_equation_1.jpg\" alt=\"attention e…
/external/tensorflow/
DCODEOWNERS55 /tensorflow/contrib/seq2seq/ @ebrevdo @lmthang
/external/tensorflow/tensorflow/contrib/predictor/
DREADME.md81 doing multiple decoding iterations with e.g. seq2seq models.
/external/tensorflow/tensorflow/contrib/legacy_seq2seq/python/ops/
Dseq2seq.py1156 seq2seq, argument
1214 bucket_outputs, _ = seq2seq(encoder_inputs[:bucket[0]],

12