Skip to content

Instantly share code, notes, and snippets.

@gogasca
Created September 19, 2018 23:59
Show Gist options
  • Save gogasca/ac743e3664c3e9cb668e9666c9e7b025 to your computer and use it in GitHub Desktop.
Save gogasca/ac743e3664c3e9cb668e9666c9e7b025 to your computer and use it in GitHub Desktop.
Freeze Graph
"""Freeze graph.
https://stackoverflow.com/questions/45864363/tensorflow-how-to-convert-meta-data-and-index-model-files-into-one-graph-pb
"""
import tensorflow as tf
import pickle
from model import Model
from utils import build_dict
with open('args.pickle', 'rb') as f:
args = pickle.load(f)
output_node_names = ['batch_size', 'Placeholder', 'Placeholder_1',
'Placeholder_2', 'Placeholder_3', 'Placeholder_4',
'Variable/initial_value', 'Variable', 'Variable/Assign',
'Variable/read', 'embedding/random_uniform/shape',
'embedding/random_uniform/min',
'embedding/random_uniform/max',
'embedding/random_uniform/RandomUniform',
'embedding/random_uniform/sub',
'embedding/random_uniform/mul', 'embedding/random_uniform',
'embeddings', 'embeddings/Assign', 'embeddings/read',
'embedding/embedding_lookup/axis',
'embedding/embedding_lookup', 'embedding/transpose/perm',
'embedding/transpose', 'embedding/embedding_lookup_1/axis',
'embedding/embedding_lookup_1',
'embedding/transpose_1/perm', 'embedding/transpose_1',
'encoder/DropoutWrapperInit/Const',
'encoder/DropoutWrapperInit/Const_1',
'encoder/DropoutWrapperInit/Const_2',
'encoder/DropoutWrapperInit_1/Const',
'encoder/DropoutWrapperInit_1/Const_1',
'encoder/DropoutWrapperInit_1/Const_2',
'encoder/DropoutWrapperInit_2/Const',
'encoder/DropoutWrapperInit_2/Const_1',
'encoder/DropoutWrapperInit_2/Const_2',
'encoder/DropoutWrapperInit_3/Const',
'encoder/DropoutWrapperInit_3/Const_1',
'encoder/DropoutWrapperInit_3/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/sequence_length',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Shape',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Shape_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Equal',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/All',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Assert/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Assert/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Assert/Assert/data_0',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Assert/Assert/data_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Assert/Assert',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/CheckSeqLen',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Shape_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_1/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_1/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_1/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Shape_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_2/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_2/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_2/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/strided_slice_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/concat/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/concat',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/zeros',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Min',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Const_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Max',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/time',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArray',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArray_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/Shape',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/range/start',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/range/delta',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/range',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/TensorArrayScatter/TensorArrayScatterV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Maximum/x',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Maximum',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Minimum',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/iteration_counter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Enter_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Enter_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Enter_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Enter_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Merge',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Merge_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Merge_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Merge_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Merge_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Less',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Less/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Less_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Less_1/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/LogicalAnd',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/LoopCond',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Switch',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Switch_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Switch_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Switch_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Switch_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Identity',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Identity_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Identity_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Identity_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Identity_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/add/y',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/add',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/TensorArrayReadV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/TensorArrayReadV3/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/TensorArrayReadV3/Enter_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/GreaterEqual',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/GreaterEqual/Enter',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/shape',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/min',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/max',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform'
'/RandomUniform',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/sub',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/mul',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Assign',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/read',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/bias/Initializer/zeros',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/bias',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/bias/Assign',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/fw'
'/basic_lstm_cell/bias/read',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/concat'
'/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/concat',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/MatMul',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/MatMul'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/BiasAdd',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/BiasAdd'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/split',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Add',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Sigmoid',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Mul',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Sigmoid_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Tanh',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Mul_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Add_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Tanh_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Sigmoid_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Mul_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Select',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Select/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Select_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Select_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/TensorArrayWrite'
'/TensorArrayWriteV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/TensorArrayWrite'
'/TensorArrayWriteV3/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/add_1/y',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/add_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/NextIteration',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/NextIteration_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/NextIteration_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/NextIteration_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/NextIteration_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Exit',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Exit_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Exit_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Exit_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/while/Exit_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayStack'
'/TensorArraySizeV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayStack/range/start',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayStack/range/delta',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayStack/range',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/TensorArrayStack'
'/TensorArrayGatherV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/fw/fw/Const_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/ReverseSequence',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/sequence_length',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Shape',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Shape_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Equal',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/All',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Assert/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Assert/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Assert/Assert/data_0',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Assert/Assert/data_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Assert/Assert',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/CheckSeqLen',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Shape_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_1/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_1/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_1/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Shape_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_2/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_2/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_2/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/strided_slice_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/concat/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/concat',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/zeros',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Min',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Const_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Max',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/time',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArray',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArray_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/Shape',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/range/start',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/range/delta',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/range',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/TensorArrayScatter/TensorArrayScatterV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Maximum/x',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Maximum',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Minimum',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/iteration_counter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Enter_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Enter_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Enter_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Enter_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Merge',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Merge_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Merge_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Merge_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Merge_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Less',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Less/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Less_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Less_1/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/LogicalAnd',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/LoopCond',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Switch',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Switch_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Switch_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Switch_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Switch_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Identity',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Identity_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Identity_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Identity_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Identity_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/add/y',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/add',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/TensorArrayReadV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/TensorArrayReadV3/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/TensorArrayReadV3/Enter_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/GreaterEqual',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/GreaterEqual/Enter',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/shape',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/min',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/max',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform'
'/RandomUniform',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/sub',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/mul',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Assign',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/read',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/bias/Initializer/zeros',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/bias',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/bias/Assign',
'stack_bidirectional_rnn/cell_0/bidirectional_rnn/bw'
'/basic_lstm_cell/bias/read',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Const',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/concat'
'/axis',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/concat',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/MatMul',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/MatMul'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/BiasAdd',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/BiasAdd'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Const_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/split',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Const_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Add',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Sigmoid',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Mul',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Sigmoid_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Tanh',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Mul_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Add_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Tanh_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Sigmoid_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Mul_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Select',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Select/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Select_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Select_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/TensorArrayWrite'
'/TensorArrayWriteV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/TensorArrayWrite'
'/TensorArrayWriteV3/Enter',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/add_1/y',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/add_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/NextIteration',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/NextIteration_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/NextIteration_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/NextIteration_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/NextIteration_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Exit',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Exit_1',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Exit_2',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Exit_3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/while/Exit_4',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayStack'
'/TensorArraySizeV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayStack/range/start',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayStack/range/delta',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayStack/range',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/TensorArrayStack'
'/TensorArrayGatherV3',
'encoder/stack_bidirectional_rnn/cell_0'
'/bidirectional_rnn/bw/bw/Const_4',
'encoder/stack_bidirectional_rnn/cell_0/ReverseSequence',
'encoder/stack_bidirectional_rnn/cell_0/concat/axis',
'encoder/stack_bidirectional_rnn/cell_0/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/sequence_length',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Shape',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Shape_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Equal',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/All',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Assert/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Assert/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Assert/Assert/data_0',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Assert/Assert/data_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Assert/Assert',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/CheckSeqLen',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Shape_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_1/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_1/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_1/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Shape_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_2/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_2/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_2/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/strided_slice_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/concat/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/zeros',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Const_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Min',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Const_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Max',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/time',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArray',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArray_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/Shape',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/strided_slice',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/range/start',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/range/delta',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack/range',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayUnstack'
'/TensorArrayScatter/TensorArrayScatterV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Maximum/x',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Maximum',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Minimum',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/iteration_counter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Enter_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Enter_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Enter_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Enter_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Merge',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Merge_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Merge_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Merge_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Merge_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Less',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Less/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Less_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Less_1/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/LogicalAnd',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/LoopCond',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Switch',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Switch_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Switch_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Switch_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Switch_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Identity',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Identity_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Identity_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Identity_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Identity_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/add/y',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/add',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/TensorArrayReadV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/TensorArrayReadV3/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/TensorArrayReadV3/Enter_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/GreaterEqual',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/GreaterEqual/Enter',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/shape',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/min',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/max',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform'
'/RandomUniform',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/sub',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/mul',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Initializer/random_uniform',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/Assign',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/kernel/read',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/bias/Initializer/zeros',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/bias',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/bias/Assign',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/fw'
'/basic_lstm_cell/bias/read',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/concat'
'/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/MatMul',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/MatMul'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/BiasAdd',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/BiasAdd'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/split',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Const_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Add',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Sigmoid',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Mul',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Sigmoid_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Tanh',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Mul_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Add_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Tanh_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Sigmoid_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/basic_lstm_cell/Mul_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Select',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Select/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Select_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Select_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/TensorArrayWrite'
'/TensorArrayWriteV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/TensorArrayWrite'
'/TensorArrayWriteV3/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/add_1/y',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/add_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/NextIteration',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/NextIteration_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/NextIteration_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/NextIteration_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/NextIteration_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Exit',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Exit_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Exit_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Exit_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/while/Exit_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayStack'
'/TensorArraySizeV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayStack/range/start',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayStack/range/delta',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayStack/range',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/TensorArrayStack'
'/TensorArrayGatherV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/fw/fw/Const_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/ReverseSequence',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/sequence_length',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Shape',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/DropoutWrapperZeroState'
'/BasicLSTMCellZeroState/Const_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Shape_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Equal',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/All',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Assert/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Assert/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Assert/Assert/data_0',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Assert/Assert/data_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Assert/Assert',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/CheckSeqLen',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Shape_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_1/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_1/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_1/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Shape_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_2/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_2/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_2/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/strided_slice_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/ExpandDims/dim',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/ExpandDims',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/concat/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/zeros/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/zeros',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Const_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Min',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Const_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Max',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/time',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArray',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArray_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/Shape',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice/stack',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice/stack_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice/stack_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/strided_slice',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/range/start',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/range/delta',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack/range',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayUnstack'
'/TensorArrayScatter/TensorArrayScatterV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Maximum/x',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Maximum',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Minimum',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/iteration_counter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Enter_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Enter_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Enter_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Enter_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Merge',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Merge_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Merge_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Merge_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Merge_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Less',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Less/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Less_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Less_1/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/LogicalAnd',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/LoopCond',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Switch',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Switch_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Switch_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Switch_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Switch_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Identity',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Identity_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Identity_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Identity_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Identity_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/add/y',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/add',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/TensorArrayReadV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/TensorArrayReadV3/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/TensorArrayReadV3/Enter_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/GreaterEqual',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/GreaterEqual/Enter',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/shape',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/min',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/max',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform'
'/RandomUniform',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/sub',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform/mul',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Initializer/random_uniform',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/Assign',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/kernel/read',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/bias/Initializer/zeros',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/bias',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/bias/Assign',
'stack_bidirectional_rnn/cell_1/bidirectional_rnn/bw'
'/basic_lstm_cell/bias/read',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Const',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/concat'
'/axis',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/concat',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/MatMul',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/MatMul'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/BiasAdd',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/BiasAdd'
'/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Const_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/split',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Const_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Add',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Sigmoid',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Mul',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Sigmoid_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Tanh',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Mul_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Add_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Tanh_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Sigmoid_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/basic_lstm_cell/Mul_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Select',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Select/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Select_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Select_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/TensorArrayWrite'
'/TensorArrayWriteV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/TensorArrayWrite'
'/TensorArrayWriteV3/Enter',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/add_1/y',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/add_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/NextIteration',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/NextIteration_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/NextIteration_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/NextIteration_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/NextIteration_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Exit',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Exit_1',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Exit_2',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Exit_3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/while/Exit_4',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayStack'
'/TensorArraySizeV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayStack/range/start',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayStack/range/delta',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayStack/range',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/TensorArrayStack'
'/TensorArrayGatherV3',
'encoder/stack_bidirectional_rnn/cell_1'
'/bidirectional_rnn/bw/bw/Const_4',
'encoder/stack_bidirectional_rnn/cell_1/ReverseSequence',
'encoder/stack_bidirectional_rnn/cell_1/concat/axis',
'encoder/stack_bidirectional_rnn/cell_1/concat',
'encoder/concat/concat_dim', 'encoder/concat',
'encoder/concat_1/axis', 'encoder/concat_1',
'encoder/concat_2/axis', 'encoder/concat_2',
'decoder/decoder/transpose/perm',
'decoder/decoder/transpose',
'decoder/decoder/tile_batch/Shape',
'decoder/decoder/tile_batch/ExpandDims/dim',
'decoder/decoder/tile_batch/ExpandDims',
'decoder/decoder/tile_batch/Tile/multiples',
'decoder/decoder/tile_batch/Tile',
'decoder/decoder/tile_batch/strided_slice/stack',
'decoder/decoder/tile_batch/strided_slice/stack_1',
'decoder/decoder/tile_batch/strided_slice/stack_2',
'decoder/decoder/tile_batch/strided_slice',
'decoder/decoder/tile_batch/mul/y',
'decoder/decoder/tile_batch/mul',
'decoder/decoder/tile_batch/strided_slice_1/stack',
'decoder/decoder/tile_batch/strided_slice_1/stack_1',
'decoder/decoder/tile_batch/strided_slice_1/stack_2',
'decoder/decoder/tile_batch/strided_slice_1',
'decoder/decoder/tile_batch/concat/values_0',
'decoder/decoder/tile_batch/concat/axis',
'decoder/decoder/tile_batch/concat',
'decoder/decoder/tile_batch/Reshape',
'decoder/decoder/tile_batch_1/Shape',
'decoder/decoder/tile_batch_1/ExpandDims/dim',
'decoder/decoder/tile_batch_1/ExpandDims',
'decoder/decoder/tile_batch_1/Tile/multiples',
'decoder/decoder/tile_batch_1/Tile',
'decoder/decoder/tile_batch_1/strided_slice/stack',
'decoder/decoder/tile_batch_1/strided_slice/stack_1',
'decoder/decoder/tile_batch_1/strided_slice/stack_2',
'decoder/decoder/tile_batch_1/strided_slice',
'decoder/decoder/tile_batch_1/mul/y',
'decoder/decoder/tile_batch_1/mul',
'decoder/decoder/tile_batch_1/strided_slice_1/stack',
'decoder/decoder/tile_batch_1/strided_slice_1/stack_1',
'decoder/decoder/tile_batch_1/strided_slice_1/stack_2',
'decoder/decoder/tile_batch_1/strided_slice_1',
'decoder/decoder/tile_batch_1/concat/values_0',
'decoder/decoder/tile_batch_1/concat/axis',
'decoder/decoder/tile_batch_1/concat',
'decoder/decoder/tile_batch_1/Reshape',
'decoder/decoder/tile_batch_1/Shape_1',
'decoder/decoder/tile_batch_1/ExpandDims_1/dim',
'decoder/decoder/tile_batch_1/ExpandDims_1',
'decoder/decoder/tile_batch_1/Tile_1/multiples',
'decoder/decoder/tile_batch_1/Tile_1',
'decoder/decoder/tile_batch_1/strided_slice_2/stack',
'decoder/decoder/tile_batch_1/strided_slice_2/stack_1',
'decoder/decoder/tile_batch_1/strided_slice_2/stack_2',
'decoder/decoder/tile_batch_1/strided_slice_2',
'decoder/decoder/tile_batch_1/mul_1/y',
'decoder/decoder/tile_batch_1/mul_1',
'decoder/decoder/tile_batch_1/strided_slice_3/stack',
'decoder/decoder/tile_batch_1/strided_slice_3/stack_1',
'decoder/decoder/tile_batch_1/strided_slice_3/stack_2',
'decoder/decoder/tile_batch_1/strided_slice_3',
'decoder/decoder/tile_batch_1/concat_1/values_0',
'decoder/decoder/tile_batch_1/concat_1/axis',
'decoder/decoder/tile_batch_1/concat_1',
'decoder/decoder/tile_batch_1/Reshape_1',
'decoder/decoder/tile_batch_2/Shape',
'decoder/decoder/tile_batch_2/ExpandDims/dim',
'decoder/decoder/tile_batch_2/ExpandDims',
'decoder/decoder/tile_batch_2/Tile/multiples',
'decoder/decoder/tile_batch_2/Tile',
'decoder/decoder/tile_batch_2/strided_slice/stack',
'decoder/decoder/tile_batch_2/strided_slice/stack_1',
'decoder/decoder/tile_batch_2/strided_slice/stack_2',
'decoder/decoder/tile_batch_2/strided_slice',
'decoder/decoder/tile_batch_2/mul/y',
'decoder/decoder/tile_batch_2/mul',
'decoder/decoder/tile_batch_2/strided_slice_1/stack',
'decoder/decoder/tile_batch_2/strided_slice_1/stack_1',
'decoder/decoder/tile_batch_2/strided_slice_1/stack_2',
'decoder/decoder/tile_batch_2/strided_slice_1',
'decoder/decoder/tile_batch_2/concat/values_0',
'decoder/decoder/tile_batch_2/concat/axis',
'decoder/decoder/tile_batch_2/concat',
'decoder/decoder/tile_batch_2/Reshape',
'decoder/decoder/BahdanauAttention/Shape',
'decoder/decoder/BahdanauAttention/strided_slice/stack',
'decoder/decoder/BahdanauAttention/strided_slice/stack_1',
'decoder/decoder/BahdanauAttention/strided_slice/stack_2',
'decoder/decoder/BahdanauAttention/strided_slice',
'decoder/decoder/BahdanauAttention/SequenceMask/Const',
'decoder/decoder/BahdanauAttention/SequenceMask/Const_1',
'decoder/decoder/BahdanauAttention/SequenceMask/Range',
'decoder/decoder/BahdanauAttention/SequenceMask'
'/ExpandDims/dim',
'decoder/decoder/BahdanauAttention/SequenceMask'
'/ExpandDims',
'decoder/decoder/BahdanauAttention/SequenceMask/Cast',
'decoder/decoder/BahdanauAttention/SequenceMask/Less',
'decoder/decoder/BahdanauAttention/SequenceMask/Cast_1',
'decoder/decoder/BahdanauAttention/Shape_1',
'decoder/decoder/BahdanauAttention/strided_slice_1/stack',
'decoder/decoder/BahdanauAttention/strided_slice_1'
'/stack_1',
'decoder/decoder/BahdanauAttention/strided_slice_1'
'/stack_2',
'decoder/decoder/BahdanauAttention/strided_slice_1',
'decoder/decoder/BahdanauAttention/ones/shape_as_tensor',
'decoder/decoder/BahdanauAttention/ones/Const',
'decoder/decoder/BahdanauAttention/ones',
'decoder/decoder/BahdanauAttention/Shape_2',
'decoder/decoder/BahdanauAttention/strided_slice_2/stack',
'decoder/decoder/BahdanauAttention/strided_slice_2'
'/stack_1',
'decoder/decoder/BahdanauAttention/strided_slice_2'
'/stack_2',
'decoder/decoder/BahdanauAttention/strided_slice_2',
'decoder/decoder/BahdanauAttention/assert_equal/Equal',
'decoder/decoder/BahdanauAttention/assert_equal/Const',
'decoder/decoder/BahdanauAttention/assert_equal/All',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Const',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Const_1',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Const_2',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Const_3',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Assert/data_0',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Assert/data_1',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Assert/data_2',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Assert/data_4',
'decoder/decoder/BahdanauAttention/assert_equal/Assert'
'/Assert',
'decoder/decoder/BahdanauAttention/Shape_3',
'decoder/decoder/BahdanauAttention/concat/axis',
'decoder/decoder/BahdanauAttention/concat',
'decoder/decoder/BahdanauAttention/Reshape',
'decoder/decoder/BahdanauAttention/mul',
'decoder/memory_layer/kernel/Initializer/random_uniform'
'/shape',
'decoder/memory_layer/kernel/Initializer/random_uniform'
'/min',
'decoder/memory_layer/kernel/Initializer/random_uniform'
'/max',
'decoder/memory_layer/kernel/Initializer/random_uniform'
'/RandomUniform',
'decoder/memory_layer/kernel/Initializer/random_uniform'
'/sub',
'decoder/memory_layer/kernel/Initializer/random_uniform'
'/mul',
'decoder/memory_layer/kernel/Initializer/random_uniform',
'decoder/memory_layer/kernel',
'decoder/memory_layer/kernel/Assign',
'decoder/memory_layer/kernel/read',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Shape',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Rank',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/axes',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/GreaterEqual/y',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/GreaterEqual',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Cast',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/mul',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Less/y',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Less',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Cast_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/add',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/mul_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/add_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/range/start',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/range/delta',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/range',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/ListDiff',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/GatherV2/axis',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/GatherV2',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/GatherV2_1/axis',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/GatherV2_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Const',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Prod',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Const_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Prod_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/concat/axis',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/concat',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/concat_1/axis',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/concat_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/stack',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/transpose',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Reshape',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/transpose_1/perm',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/transpose_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Reshape_1/shape',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Reshape_1',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/MatMul',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/Const_2',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/concat_2/axis',
'decoder/decoder/BahdanauAttention/memory_layer'
'/Tensordot/concat_2',
'decoder/decoder/BahdanauAttention/memory_layer/Tensordot',
'decoder/decoder/BahdanauAttention/Shape_4',
'decoder/decoder/BahdanauAttention/strided_slice_3/stack',
'decoder/decoder/BahdanauAttention/strided_slice_3'
'/stack_1',
'decoder/decoder/BahdanauAttention/strided_slice_3'
'/stack_2',
'decoder/decoder/BahdanauAttention/strided_slice_3',
'decoder/decoder/mul/y', 'decoder/decoder/mul',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims/dim',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/Const',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/concat/axis',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/concat',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/zeros/Const',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/zeros',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1/dim',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_1',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/Const_1',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2/dim',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_2',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/Const_2',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1/axis',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/concat_1',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1/Const',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/zeros_1',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3/dim',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/ExpandDims_3',
'decoder/decoder/AttentionWrapperZeroState'
'/BasicLSTMCellZeroState/Const_3',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Equal',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Const',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/All',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Const',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Const_1',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Const_2',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Const_3',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Assert/data_0',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Assert/data_1',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Assert/data_2',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Assert/data_4',
'decoder/decoder/AttentionWrapperZeroState/assert_equal'
'/Assert/Assert',
'decoder/decoder/AttentionWrapperZeroState'
'/checked_cell_state',
'decoder/decoder/AttentionWrapperZeroState'
'/checked_cell_state_1',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims/dim',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims',
'decoder/decoder/AttentionWrapperZeroState/Const',
'decoder/decoder/AttentionWrapperZeroState/concat/axis',
'decoder/decoder/AttentionWrapperZeroState/concat',
'decoder/decoder/AttentionWrapperZeroState/zeros/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_1'
'/dim',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_1',
'decoder/decoder/AttentionWrapperZeroState/Const_1',
'decoder/decoder/AttentionWrapperZeroState/zeros_1',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_2'
'/dim',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_2',
'decoder/decoder/AttentionWrapperZeroState/Const_2',
'decoder/decoder/AttentionWrapperZeroState/concat_1/axis',
'decoder/decoder/AttentionWrapperZeroState/concat_1',
'decoder/decoder/AttentionWrapperZeroState/zeros_2/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros_2',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_3'
'/dim',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_3',
'decoder/decoder/AttentionWrapperZeroState/Const_3',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_4'
'/dim',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_4',
'decoder/decoder/AttentionWrapperZeroState/Const_4',
'decoder/decoder/AttentionWrapperZeroState/concat_2/axis',
'decoder/decoder/AttentionWrapperZeroState/concat_2',
'decoder/decoder/AttentionWrapperZeroState/zeros_3/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros_3',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_5'
'/dim',
'decoder/decoder/AttentionWrapperZeroState/ExpandDims_5',
'decoder/decoder/AttentionWrapperZeroState/Const_5',
'decoder/decoder/tile_batch_1/Reshape/expected_shape',
'decoder/decoder/tile_batch_1/Reshape/assert_shape/actual',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape/Size',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape/is_rank/actual',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape/is_rank',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape/all_equal/equal',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape/all_equal/Const',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape/all_equal',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/is_shape',
'decoder/decoder/tile_batch_1/Reshape/assert_shape/Const',
'decoder/decoder/tile_batch_1/Reshape/assert_shape'
'/Assert/data_0',
'decoder/decoder/tile_batch_1/Reshape/assert_shape/Assert',
'decoder/decoder/tile_batch_1/Reshape/Identity',
'decoder/decoder/tile_batch_1/Reshape_1/expected_shape',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/actual',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape/Size',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape/is_rank/actual',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape/is_rank',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape/all_equal/equal',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape/all_equal/Const',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape/all_equal',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/is_shape',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/Const',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/Assert/data_0',
'decoder/decoder/tile_batch_1/Reshape_1/assert_shape'
'/Assert',
'decoder/decoder/tile_batch_1/Reshape_1/Identity',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/expected_shape',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/actual',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape/Size',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape/is_rank/actual',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape/is_rank',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape/all_equal/equal',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape/all_equal/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape/all_equal',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/is_shape',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/Assert/data_0',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/assert_shape/Assert',
'decoder/decoder/AttentionWrapperZeroState/zeros_2'
'/Identity',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/expected_shape',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/actual',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape/Size',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape/is_rank/actual',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape/is_rank',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape/all_equal/equal',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape/all_equal/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape/all_equal',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/is_shape',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/Assert/data_0',
'decoder/decoder/AttentionWrapperZeroState/zeros'
'/assert_shape/Assert',
'decoder/decoder/AttentionWrapperZeroState/zeros/Identity',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/expected_shape',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/actual',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape/Size',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape/is_rank/actual',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape/is_rank',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape/all_equal/equal',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape/all_equal/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape/all_equal',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/is_shape',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/Const',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/Assert/data_0',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/assert_shape/Assert',
'decoder/decoder/AttentionWrapperZeroState/zeros_3'
'/Identity',
'decoder/decoder/Const', 'decoder/decoder/Fill/dims',
'decoder/decoder/Fill', 'decoder/decoder/Const_1',
'decoder/decoder/Size', 'decoder/decoder/Shape',
'decoder/decoder/strided_slice/stack',
'decoder/decoder/strided_slice/stack_1',
'decoder/decoder/strided_slice/stack_2',
'decoder/decoder/strided_slice',
'decoder/decoder/concat/values_0/1',
'decoder/decoder/concat/values_0',
'decoder/decoder/concat/axis', 'decoder/decoder/concat',
'decoder/decoder/Reshape', 'decoder/decoder/Shape_1',
'decoder/decoder/strided_slice_1/stack',
'decoder/decoder/strided_slice_1/stack_1',
'decoder/decoder/strided_slice_1/stack_2',
'decoder/decoder/strided_slice_1',
'decoder/decoder/concat_1/values_0/1',
'decoder/decoder/concat_1/values_0',
'decoder/decoder/concat_1/axis',
'decoder/decoder/concat_1', 'decoder/decoder/Reshape_1',
'decoder/decoder/Shape_2',
'decoder/decoder/strided_slice_2/stack',
'decoder/decoder/strided_slice_2/stack_1',
'decoder/decoder/strided_slice_2/stack_2',
'decoder/decoder/strided_slice_2',
'decoder/decoder/concat_2/values_0/1',
'decoder/decoder/concat_2/values_0',
'decoder/decoder/concat_2/axis',
'decoder/decoder/concat_2', 'decoder/decoder/Reshape_2',
'decoder/decoder/Shape_3',
'decoder/decoder/strided_slice_3/stack',
'decoder/decoder/strided_slice_3/stack_1',
'decoder/decoder/strided_slice_3/stack_2',
'decoder/decoder/strided_slice_3',
'decoder/decoder/concat_3/values_0/1',
'decoder/decoder/concat_3/values_0',
'decoder/decoder/concat_3/axis',
'decoder/decoder/concat_3', 'decoder/decoder/Reshape_3',
'decoder/decoder/Shape_4',
'decoder/decoder/strided_slice_4/stack',
'decoder/decoder/strided_slice_4/stack_1',
'decoder/decoder/strided_slice_4/stack_2',
'decoder/decoder/strided_slice_4',
'decoder/decoder/concat_4/values_0/1',
'decoder/decoder/concat_4/values_0',
'decoder/decoder/concat_4/axis',
'decoder/decoder/concat_4', 'decoder/decoder/Reshape_4',
'decoder/decoder/ExpandDims/dim',
'decoder/decoder/ExpandDims',
'decoder/decoder/Tile/multiples', 'decoder/decoder/Tile',
'decoder/decoder/embedding_lookup/axis',
'decoder/decoder/embedding_lookup',
'decoder/decoder/zeros/Less/y',
'decoder/decoder/zeros/Less',
'decoder/decoder/zeros/packed',
'decoder/decoder/zeros/Const', 'decoder/decoder/zeros',
'decoder/decoder/one_hot/Const',
'decoder/decoder/one_hot/Const_1',
'decoder/decoder/one_hot/depth',
'decoder/decoder/one_hot/on_value',
'decoder/decoder/one_hot/off_value',
'decoder/decoder/one_hot',
'decoder/decoder/decoder/maximum_iterations',
'decoder/decoder/decoder/zeros/Less/y',
'decoder/decoder/decoder/zeros/Less',
'decoder/decoder/decoder/zeros/packed',
'decoder/decoder/decoder/zeros/Const',
'decoder/decoder/decoder/zeros',
'decoder/decoder/decoder/Const',
'decoder/decoder/decoder/Const_1',
'decoder/decoder/decoder/one_hot/depth',
'decoder/decoder/decoder/one_hot',
'decoder/decoder/decoder/zeros_1/mul/y',
'decoder/decoder/decoder/zeros_1/mul',
'decoder/decoder/decoder/zeros_1/Less/y',
'decoder/decoder/decoder/zeros_1/Less',
'decoder/decoder/decoder/zeros_1/packed/1',
'decoder/decoder/decoder/zeros_1/packed',
'decoder/decoder/decoder/zeros_1/Const',
'decoder/decoder/decoder/zeros_1',
'decoder/decoder/decoder/ExpandDims/dim',
'decoder/decoder/decoder/ExpandDims',
'decoder/decoder/decoder/Const_2',
'decoder/decoder/decoder/concat/axis',
'decoder/decoder/decoder/concat',
'decoder/decoder/decoder/zeros_2/Const',
'decoder/decoder/decoder/zeros_2',
'decoder/decoder/decoder/ExpandDims_1/dim',
'decoder/decoder/decoder/ExpandDims_1',
'decoder/decoder/decoder/Const_3',
'decoder/decoder/decoder/ExpandDims_2/dim',
'decoder/decoder/decoder/ExpandDims_2',
'decoder/decoder/decoder/Const_4',
'decoder/decoder/decoder/concat_1/axis',
'decoder/decoder/decoder/concat_1',
'decoder/decoder/decoder/zeros_3/Const',
'decoder/decoder/decoder/zeros_3',
'decoder/decoder/decoder/ExpandDims_3/dim',
'decoder/decoder/decoder/ExpandDims_3',
'decoder/decoder/decoder/Const_5',
'decoder/decoder/decoder/ExpandDims_4/dim',
'decoder/decoder/decoder/ExpandDims_4',
'decoder/decoder/decoder/Const_6',
'decoder/decoder/decoder/concat_2/axis',
'decoder/decoder/decoder/concat_2',
'decoder/decoder/decoder/zeros_4/Const',
'decoder/decoder/decoder/zeros_4',
'decoder/decoder/decoder/ExpandDims_5/dim',
'decoder/decoder/decoder/ExpandDims_5',
'decoder/decoder/decoder/Const_7',
'decoder/decoder/decoder/LessEqual/y',
'decoder/decoder/decoder/LessEqual',
'decoder/decoder/decoder/LogicalOr',
'decoder/decoder/decoder/zeros_like/Shape',
'decoder/decoder/decoder/zeros_like/Const',
'decoder/decoder/decoder/zeros_like',
'decoder/decoder/decoder/Const_8',
'decoder/decoder/decoder/TensorArray/size',
'decoder/decoder/decoder/TensorArray',
'decoder/decoder/decoder/TensorArray_1/size',
'decoder/decoder/decoder/TensorArray_1',
'decoder/decoder/decoder/TensorArray_2/size',
'decoder/decoder/decoder/TensorArray_2',
'decoder/decoder/decoder/while/Enter',
'decoder/decoder/decoder/while/Enter_1',
'decoder/decoder/decoder/while/Enter_2',
'decoder/decoder/decoder/while/Enter_3',
'decoder/decoder/decoder/while/Enter_4',
'decoder/decoder/decoder/while/Enter_5',
'decoder/decoder/decoder/while/Enter_6',
'decoder/decoder/decoder/while/Enter_7',
'decoder/decoder/decoder/while/Enter_8',
'decoder/decoder/decoder/while/Enter_9',
'decoder/decoder/decoder/while/Enter_10',
'decoder/decoder/decoder/while/Enter_11',
'decoder/decoder/decoder/while/Enter_12',
'decoder/decoder/decoder/while/Enter_13',
'decoder/decoder/decoder/while/Enter_14',
'decoder/decoder/decoder/while/Enter_15',
'decoder/decoder/decoder/while/Merge',
'decoder/decoder/decoder/while/Merge_1',
'decoder/decoder/decoder/while/Merge_2',
'decoder/decoder/decoder/while/Merge_3',
'decoder/decoder/decoder/while/Merge_4',
'decoder/decoder/decoder/while/Merge_5',
'decoder/decoder/decoder/while/Merge_6',
'decoder/decoder/decoder/while/Merge_7',
'decoder/decoder/decoder/while/Merge_8',
'decoder/decoder/decoder/while/Merge_9',
'decoder/decoder/decoder/while/Merge_10',
'decoder/decoder/decoder/while/Merge_11',
'decoder/decoder/decoder/while/Merge_12',
'decoder/decoder/decoder/while/Merge_13',
'decoder/decoder/decoder/while/Merge_14',
'decoder/decoder/decoder/while/Merge_15',
'decoder/decoder/decoder/while/Const',
'decoder/decoder/decoder/while/All',
'decoder/decoder/decoder/while/LogicalNot',
'decoder/decoder/decoder/while/LoopCond',
'decoder/decoder/decoder/while/Switch',
'decoder/decoder/decoder/while/Switch_1',
'decoder/decoder/decoder/while/Switch_2',
'decoder/decoder/decoder/while/Switch_3',
'decoder/decoder/decoder/while/Switch_4',
'decoder/decoder/decoder/while/Switch_5',
'decoder/decoder/decoder/while/Switch_6',
'decoder/decoder/decoder/while/Switch_7',
'decoder/decoder/decoder/while/Switch_8',
'decoder/decoder/decoder/while/Switch_9',
'decoder/decoder/decoder/while/Switch_10',
'decoder/decoder/decoder/while/Switch_11',
'decoder/decoder/decoder/while/Switch_12',
'decoder/decoder/decoder/while/Switch_13',
'decoder/decoder/decoder/while/Switch_14',
'decoder/decoder/decoder/while/Switch_15',
'decoder/decoder/decoder/while/Identity',
'decoder/decoder/decoder/while/Identity_1',
'decoder/decoder/decoder/while/Identity_2',
'decoder/decoder/decoder/while/Identity_3',
'decoder/decoder/decoder/while/Identity_4',
'decoder/decoder/decoder/while/Identity_5',
'decoder/decoder/decoder/while/Identity_6',
'decoder/decoder/decoder/while/Identity_7',
'decoder/decoder/decoder/while/Identity_8',
'decoder/decoder/decoder/while/Identity_9',
'decoder/decoder/decoder/while/Identity_10',
'decoder/decoder/decoder/while/Identity_11',
'decoder/decoder/decoder/while/Identity_12',
'decoder/decoder/decoder/while/Identity_13',
'decoder/decoder/decoder/while/Identity_14',
'decoder/decoder/decoder/while/Identity_15',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul'
'/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul'
'/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_1/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_1/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_1/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_1/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_1/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_1/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_2/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_2/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_2/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_2/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_2/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_3/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_3/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_3/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_3/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_3/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_3/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_4',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_4/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_4',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_4/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_4/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_4/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_4',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_4/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_4/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_4',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_4',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_5',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_5/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/mul_5',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_5/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_5/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_5/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_5',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_5/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_5/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_5',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_5',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/concat/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/concat',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform/shape',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform/min',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform/max',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform/RandomUniform',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform/sub',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform/mul',
'decoder/attention_wrapper/basic_lstm_cell/kernel'
'/Initializer/random_uniform',
'decoder/attention_wrapper/basic_lstm_cell/kernel',
'decoder/attention_wrapper/basic_lstm_cell/kernel/Assign',
'decoder/attention_wrapper/basic_lstm_cell/kernel/read',
'decoder/attention_wrapper/basic_lstm_cell/bias'
'/Initializer/zeros/shape_as_tensor',
'decoder/attention_wrapper/basic_lstm_cell/bias'
'/Initializer/zeros/Const',
'decoder/attention_wrapper/basic_lstm_cell/bias'
'/Initializer/zeros',
'decoder/attention_wrapper/basic_lstm_cell/bias',
'decoder/attention_wrapper/basic_lstm_cell/bias/Assign',
'decoder/attention_wrapper/basic_lstm_cell/bias/read',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/concat/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/concat',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/MatMul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/MatMul/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/BiasAdd',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/BiasAdd/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/split',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Const_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Sigmoid',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Sigmoid_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Tanh',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Mul_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Add_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Tanh_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Sigmoid_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/basic_lstm_cell/Mul_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Equal',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Equal/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/All',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Const_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Const_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Assert'
'/data_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Assert'
'/data_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Assert'
'/data_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Assert'
'/data_4',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_equal/Assert/Assert',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/checked_cell_output',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform/shape',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform/min',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform/max',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform'
'/RandomUniform',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform/sub',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform/mul',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Initializer/random_uniform',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/Assign',
'decoder/attention_wrapper/bahdanau_attention'
'/query_layer/kernel/read',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention'
'/query_layer/MatMul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention'
'/query_layer/MatMul/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention'
'/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/ExpandDims',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform/shape',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform/min',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform/max',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform/RandomUniform',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform/sub',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform/mul',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Initializer/random_uniform',
'decoder/attention_wrapper/bahdanau_attention/attention_v',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/Assign',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_v/read',
'Const',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_g/initial_value',
'decoder/attention_wrapper/bahdanau_attention/attention_g',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_g/Assign',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_g/read',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_b/Initializer/zeros',
'decoder/attention_wrapper/bahdanau_attention/attention_b',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_b/Assign',
'decoder/attention_wrapper/bahdanau_attention'
'/attention_b/read',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/mul/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/mul'
'/Enter_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Square',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Sum',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Rsqrt',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/mul_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/add/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/add_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/add_1'
'/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Tanh',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/mul_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Sum_1'
'/reduction_indices',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/bahdanau_attention/Sum_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Less',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Less/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/All',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Const_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Assert/data_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Assert/data_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Assert/data_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/assert_positive/assert_less'
'/Assert/Assert',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/Shape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice_1/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice_1/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice_1/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/strided_slice_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/Range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/Cast',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/SequenceMask/Less',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/ones_like/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/ones_like/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/ones_like',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/mul/x',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/Select',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/Softmax',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/MatMul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/MatMul/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/Squeeze',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/concat_1/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/concat_1',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform/shape',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform/min',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform/max',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform/RandomUniform',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform/sub',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform/mul',
'decoder/attention_wrapper/attention_layer/kernel'
'/Initializer/random_uniform',
'decoder/attention_wrapper/attention_layer/kernel',
'decoder/attention_wrapper/attention_layer/kernel/Assign',
'decoder/attention_wrapper/attention_layer/kernel/read',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/attention_layer/MatMul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/attention_layer/MatMul/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/concat_2/concat_dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/concat_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/add/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/decoder/attention_wrapper/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_6',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_6/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_6/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_6/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_6',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_6/values_0/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_6/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_6/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_6',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_6',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_7',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_7/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_7/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_7/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_7',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_7/values_0/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_7/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_7/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_7',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_7',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_8',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_8/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_8/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_8/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_8',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_8/values_0/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_8/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_8/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_8',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_8',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_9',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_9/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_9/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_9/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_9',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_9/values_0/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_9/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_9/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_9',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_9',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_10',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_10/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_10/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_10/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_10',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_10/values_0/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_10/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_10/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/concat_10',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Reshape_10',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/Shape_11',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_11/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep'
'/strided_slice_11/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/strided_slice_11/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/strided_slice_11',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_11/values_0/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_11/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_11/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_11',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_11',
'decoder/dense/kernel/Initializer/random_uniform/shape',
'decoder/dense/kernel/Initializer/random_uniform/min',
'decoder/dense/kernel/Initializer/random_uniform/max',
'decoder/dense/kernel/Initializer/random_uniform/RandomUniform',
'decoder/dense/kernel/Initializer/random_uniform/sub',
'decoder/dense/kernel/Initializer/random_uniform/mul',
'decoder/dense/kernel/Initializer/random_uniform',
'decoder/dense/kernel', 'decoder/dense/kernel/Assign',
'decoder/dense/kernel/read',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Rank',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/axes',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/GreaterEqual/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/GreaterEqual',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Cast',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Less/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Less',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Cast_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/mul_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/add_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/ListDiff',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/GatherV2_1/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/GatherV2_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Prod',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Prod_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/concat/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/concat',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/concat_1/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/concat_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/transpose',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/transpose_1/perm',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/transpose_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/transpose_1/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/MatMul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/Const_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/concat_2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot/concat_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/dense/Tensordot',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Shape_12',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Rank',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Shape_13',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Sub/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Sub',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Slice/begin',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Slice/size',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_12/values_0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_12/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_12',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_12',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/LogSoftmax',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_13',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Shape_14',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/strided_slice_12/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/strided_slice_12/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/strided_slice_12/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/strided_slice_12',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot/off_value',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_14/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_14',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Shape_15',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_13/values_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_13/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/concat_13',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Tile',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Tile_1/multiples/0',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Tile_1/multiples/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Tile_1/multiples',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Tile_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Select',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims_1/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Fill/dims/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Fill/dims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Fill',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot_1/Const',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot_1/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot_1/depth',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot_1/on_value',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot_1/off_value',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/one_hot_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/LogicalNot',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ToInt64',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims_2/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_6',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims_3/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ExpandDims_3',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/add_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/penalty_factor',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/truediv/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/truediv',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_15/shape/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_15/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Reshape_15',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/beam_width',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/TopKV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_probs/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_word_ids/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_word_ids',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/truediv_1/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/truediv_1/Cast',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/truediv_1/Cast_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/truediv_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_parent_ids',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Equal',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/next_beam_finished',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/LogicalNot_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/ToInt64_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_1/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/add_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_7/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_7',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/Reshape_1/shape/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_2/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_8/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_8',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/Reshape_1/shape/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_3/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_9/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_9',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/Reshape_1/shape/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_4/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_10/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_10',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_11/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_11',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/Reshape_1/shape/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_5/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_12/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/mul_12',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/range/start',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/range/delta',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/range',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/mul/y',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/mul',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/ExpandDims/dim',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/ExpandDims',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/add',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/Reshape/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/Reshape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/Reshape_1/shape/1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/Reshape_1/shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/Reshape_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/GatherV2/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/GatherV2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/Shape',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/strided_slice/stack',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/strided_slice/stack_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/strided_slice/stack_2',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/strided_slice',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/tensor_gather_helper_6/output',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/Const_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/All',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/Switch',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/switch_t',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/switch_f',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/pred_id',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/Switch_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/embedding_lookup/axis',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/embedding_lookup',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/embedding_lookup/Enter',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/embedding_lookup/Switch',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/embedding_lookup/Switch_1',
'decoder/decoder/decoder/while/BeamSearchDecoderStep/cond/Merge',
'decoder/decoder/decoder/while/add/y',
'decoder/decoder/decoder/while/add',
'decoder/decoder/decoder/while/GreaterEqual',
'decoder/decoder/decoder/while/GreaterEqual/Enter',
'decoder/decoder/decoder/while/LogicalOr',
'decoder/decoder/decoder/while/LogicalNot_1',
'decoder/decoder/decoder/while/LogicalAnd',
'decoder/decoder/decoder/while/Shape',
'decoder/decoder/decoder/while/add_1/y',
'decoder/decoder/decoder/while/add_1',
'decoder/decoder/decoder/while/Fill',
'decoder/decoder/decoder/while/Select',
'decoder/decoder/decoder/while/TensorArrayWrite/TensorArrayWriteV3',
'decoder/decoder/decoder/while/TensorArrayWrite/TensorArrayWriteV3/Enter',
'decoder/decoder/decoder/while/TensorArrayWrite_1/TensorArrayWriteV3',
'decoder/decoder/decoder/while/TensorArrayWrite_1/TensorArrayWriteV3/Enter',
'decoder/decoder/decoder/while/TensorArrayWrite_2/TensorArrayWriteV3',
'decoder/decoder/decoder/while/TensorArrayWrite_2/TensorArrayWriteV3/Enter',
'decoder/decoder/decoder/while/add_2/y',
'decoder/decoder/decoder/while/add_2',
'decoder/decoder/decoder/while/NextIteration',
'decoder/decoder/decoder/while/NextIteration_1',
'decoder/decoder/decoder/while/NextIteration_2',
'decoder/decoder/decoder/while/NextIteration_3',
'decoder/decoder/decoder/while/NextIteration_4',
'decoder/decoder/decoder/while/NextIteration_5',
'decoder/decoder/decoder/while/NextIteration_6',
'decoder/decoder/decoder/while/NextIteration_7',
'decoder/decoder/decoder/while/NextIteration_8',
'decoder/decoder/decoder/while/NextIteration_9',
'decoder/decoder/decoder/while/NextIteration_10',
'decoder/decoder/decoder/while/NextIteration_11',
'decoder/decoder/decoder/while/NextIteration_12',
'decoder/decoder/decoder/while/NextIteration_13',
'decoder/decoder/decoder/while/NextIteration_14',
'decoder/decoder/decoder/while/NextIteration_15',
'decoder/decoder/decoder/while/Exit',
'decoder/decoder/decoder/while/Exit_1',
'decoder/decoder/decoder/while/Exit_2',
'decoder/decoder/decoder/while/Exit_3',
'decoder/decoder/decoder/while/Exit_4',
'decoder/decoder/decoder/while/Exit_5',
'decoder/decoder/decoder/while/Exit_6',
'decoder/decoder/decoder/while/Exit_7',
'decoder/decoder/decoder/while/Exit_8',
'decoder/decoder/decoder/while/Exit_9',
'decoder/decoder/decoder/while/Exit_10',
'decoder/decoder/decoder/while/Exit_11',
'decoder/decoder/decoder/while/Exit_12',
'decoder/decoder/decoder/while/Exit_13',
'decoder/decoder/decoder/while/Exit_14',
'decoder/decoder/decoder/while/Exit_15',
'decoder/decoder/decoder/TensorArrayStack/TensorArraySizeV3',
'decoder/decoder/decoder/TensorArrayStack/range/start',
'decoder/decoder/decoder/TensorArrayStack/range/delta',
'decoder/decoder/decoder/TensorArrayStack/range',
'decoder/decoder/decoder/TensorArrayStack/TensorArrayGatherV3',
'decoder/decoder/decoder/TensorArrayStack_1/TensorArraySizeV3',
'decoder/decoder/decoder/TensorArrayStack_1/range/start',
'decoder/decoder/decoder/TensorArrayStack_1/range/delta',
'decoder/decoder/decoder/TensorArrayStack_1/range',
'decoder/decoder/decoder/TensorArrayStack_1/TensorArrayGatherV3',
'decoder/decoder/decoder/TensorArrayStack_2/TensorArraySizeV3',
'decoder/decoder/decoder/TensorArrayStack_2/range/start',
'decoder/decoder/decoder/TensorArrayStack_2/range/delta',
'decoder/decoder/decoder/TensorArrayStack_2/range',
'decoder/decoder/decoder/TensorArrayStack_2/TensorArrayGatherV3',
'decoder/decoder/decoder/Max/reduction_indices',
'decoder/decoder/decoder/Max',
'decoder/decoder/decoder/ToInt32',
'decoder/decoder/decoder/GatherTree',
'decoder/decoder/transpose_1/perm',
'decoder/decoder/transpose_1', 'save/Const',
'save/SaveV2/tensor_names', 'save/SaveV2/shape_and_slices',
'save/SaveV2', 'save/control_dependency',
'save/RestoreV2/tensor_names',
'save/RestoreV2/shape_and_slices', 'save/RestoreV2',
'save/Assign', 'save/Assign_1', 'save/Assign_2',
'save/Assign_3', 'save/Assign_4', 'save/Assign_5',
'save/Assign_6', 'save/Assign_7', 'save/Assign_8',
'save/Assign_9', 'save/Assign_10', 'save/Assign_11',
'save/Assign_12', 'save/Assign_13', 'save/Assign_14',
'save/Assign_15', 'save/Assign_16', 'save/Assign_17',
'save/Assign_18', 'save/restore_all']
print('Loading dictionary...')
word_dict, reversed_dict, article_max_len, summary_max_len = build_dict('test',
args.toy)
with tf.Session() as sess:
print('Loading saved model...')
model = Model(reversed_dict,
article_max_len,
summary_max_len,
args,
forward_only=True)
saver = tf.train.Saver(tf.global_variables())
checkpoint = tf.train.get_checkpoint_state('./saved_model/')
saver.restore(sess, checkpoint.model_checkpoint_path)
# Freeze the graph.
frozen_graph_def = tf.graph_util.convert_variables_to_constants(
sess,
sess.graph_def,
output_node_names)
# Save the frozen graph
with open('output_graph.pb', 'wb') as f:
f.write(frozen_graph_def.SerializeToString())
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment