Searched refs:seq2seq (Results 1 – 25 of 33) sorted by relevance
12
36 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import attention_decoder37 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import basic_rnn_seq2seq38 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_attention_decoder39 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_attention_seq2seq40 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_rnn_decoder41 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_rnn_seq2seq42 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import embedding_tied_rnn_seq2seq43 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import model_with_buckets44 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import one2many_rnn_seq2seq45 from tensorflow.contrib.legacy_seq2seq.python.ops.seq2seq import rnn_decoder[all …]
28 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 *
177 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…192 …seq2seq.py:693:attention_decoder:attns = attention..., cpu: 11.73ms, accelerator: 38.41ms, total: …193 … seq2seq.py:653:attention:s = math_ops.redu..., cpu: 2.62ms, accelerator: 17.80ms, total: 20.41ms194 … seq2seq.py:658:attention:array_ops.reshape..., cpu: 1.90ms, accelerator: 12.08ms, total: 13.98ms195 seq2seq.py:655:attention:a = nn_ops.softma..., cpu: 4.15ms, accelerator: 4.25ms, total: 8.40ms196 …seq2seq.py:686:attention_decoder:cell_output, stat..., cpu: 14.43ms, accelerator: 4.85ms, total: 1…197 …seq2seq.py:696:attention_decoder:output = linear([..., cpu: 3.04ms, accelerator: 2.88ms, total: 5.…
22 from tensorflow.contrib.seq2seq.python.ops import basic_decoder23 from tensorflow.contrib.seq2seq.python.ops import decoder24 from tensorflow.contrib.seq2seq.python.ops import helper as helper_py
22 from tensorflow.contrib.seq2seq.python.ops import basic_decoder23 from tensorflow.contrib.seq2seq.python.ops import sampler as sampler_py
24 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper25 from tensorflow.contrib.seq2seq.python.ops import beam_search_decoder26 from tensorflow.contrib.seq2seq.python.ops import beam_search_ops27 from tensorflow.contrib.seq2seq.python.ops import decoder
26 from tensorflow.contrib.seq2seq.python.ops import beam_search_ops
25 from tensorflow.contrib.seq2seq.python.ops import decoder26 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper as wrapper27 from tensorflow.contrib.seq2seq.python.ops import helper as helper_py28 from tensorflow.contrib.seq2seq.python.ops import basic_decoder
25 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper as wrapper26 from tensorflow.contrib.seq2seq.python.ops import basic_decoder27 from tensorflow.contrib.seq2seq.python.ops import sampler as sampler_py
24 from tensorflow.contrib.seq2seq.python.ops import decoder25 from tensorflow.contrib.seq2seq.python.ops import helper as helper_py26 from tensorflow.contrib.seq2seq.python.ops import sampler as sampler_py
20 from tensorflow.contrib.seq2seq.ops import gen_beam_search_ops
24 from tensorflow.contrib.seq2seq.python.ops import attention_wrapper25 from tensorflow.contrib.seq2seq.python.ops import beam_search_ops26 from tensorflow.contrib.seq2seq.python.ops import decoder
101 "${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"
378 tensorflow/contrib/seq2seq379 tensorflow/contrib/seq2seq/kernels380 tensorflow/contrib/seq2seq/ops381 tensorflow/contrib/seq2seq/python382 tensorflow/contrib/seq2seq/python/ops
412 …DESTINATION ${CMAKE_CURRENT_BINARY_DIR}/tf_python/tensorflow/contrib/seq2seq/ops/gen_beam_search_o…715 # include contrib/seq2seq as .so718 "${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/)
110 …LIBRARY(seq2seq_beam_search "${tensorflow_source_dir}/tensorflow/contrib/seq2seq/ops/beam_search_o…
92 "//tensorflow/contrib/seq2seq:seq2seq_py",176 "//tensorflow/contrib/seq2seq:beam_search_ops_kernels",217 "//tensorflow/contrib/seq2seq:beam_search_ops_op_lib",
78 from tensorflow.contrib import seq2seq
71 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…
59 tfprof> code -max_depth 10 -select bytes -order_by bytes -start_name_regexes .*seq2seq.* -min_byte…
2 # is a type of seq2seq loss. The libraries in this directory
47 …"This notebook trains a sequence to sequence (seq2seq) model for Spanish to English translation us…351 …seq2seq) 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…
55 /tensorflow/contrib/seq2seq/ @ebrevdo @lmthang
81 doing multiple decoding iterations with e.g. seq2seq models.
1156 seq2seq, argument1214 bucket_outputs, _ = seq2seq(encoder_inputs[:bucket[0]],