Home
last modified time | relevance | path

Searched refs:input_h (Results 1 – 25 of 30) sorted by relevance

12

/external/tensorflow/tensorflow/core/kernels/
Dcudnn_rnn_ops.cc567 const Tensor** input, const Tensor** input_h, in ExtractForwardInput() argument
572 TF_RETURN_IF_ERROR(context->input("input_h", input_h)); in ExtractForwardInput()
595 if ((*input_h)->dims() != 3) { in ExtractForwardInput()
600 (*input_h)->dim_size(0) / model_shapes->dir_count; in ExtractForwardInput()
603 (*input_h)->dim_size(1) / model_shapes->dir_count; in ExtractForwardInput()
605 model_shapes->num_units = (*input_h)->dim_size(2); in ExtractForwardInput()
617 if ((*input_h)->shape() != model_shapes->hidden_state_shape) { in ExtractForwardInput()
619 "Invalid input_h shape: ", (*input_h)->shape().DebugString(), " ", in ExtractForwardInput()
635 if ((*input_h)->shape() != (*input_c)->shape()) { in ExtractForwardInput()
638 (*input_h)->shape().DebugString(), " ", in ExtractForwardInput()
[all …]
Dconv_grad_input_ops.cc78 auto input_h = GetTensorDimIndex(data_format, 'H'); in operator ()() local
80 strides[input_h] = row_stride; in operator ()()
82 dilations[input_h] = row_dilation; in operator ()()
Dconv_grad_input_ops.h120 auto input_h = GetTensorDimIndex(data_format, 'H'); in operator() local
122 strides[input_h] = row_stride; in operator()
124 dilations[input_h] = row_dilation; in operator()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_CudnnRNNBackprop.pbtxt18 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
28 output_h: The same shape has input_h.
38 input_h_backprop: The backprop to input_h in the forward pass. Has the same
39 shape as input_h.
Dapi_def_CudnnRNNBackpropV2.pbtxt21 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
31 output_h: The same shape has input_h.
42 input_h_backprop: The backprop to input_h in the forward pass. Has the same
43 shape as input_h.
Dapi_def_CudnnRNNBackpropV3.pbtxt22 input_h: If time_major is true, this is a 3-D tensor with the shape of
35 output_h: The same shape has input_h.
47 input_h_backprop: The backprop to input_h in the forward pass. Has the same
48 shape as input_h.
Dapi_def_CudnnRNN.pbtxt19 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
29 output_h: The same shape has input_h.
Dapi_def_CudnnRNNV2.pbtxt20 input_h: A 3-D tensor with the shape of [num_layer * dir, batch_size,
30 output_h: The same shape has input_h.
Dapi_def_CudnnRNNV3.pbtxt22 input_h: If time_major is true, this is a 3-D tensor with the shape of
35 output_h: The same shape has input_h.
/external/tensorflow/tensorflow/python/ops/
Dcudnn_rnn_grad.py32 input_h=op.inputs[1],
57 input_h=op.inputs[1],
85 input_h=op.inputs[1],
/external/tensorflow/tensorflow/python/keras/layers/
Dcudnn_recurrent.py275 input_h = initial_state[0]
276 input_h = array_ops.expand_dims(input_h, axis=0)
299 'input_h': input_h,
471 input_h = initial_state[0]
473 input_h = array_ops.expand_dims(input_h, axis=0)
501 'input_h': input_h,
Drecurrent_v2.py677 input_h=init_h,
693 input=inputs, input_h=init_h, input_c=0, params=params,
1494 input_h=init_h,
1513 input=inputs, input_h=init_h, input_c=init_c, params=params,
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DCudnnRNNV3.pbtxt8 name: "input_h"
133 name: "input_h"
265 name: "input_h"
DCudnnRNNBackpropV3.pbtxt8 name: "input_h"
154 name: "input_h"
307 name: "input_h"
DCudnnRNN.pbtxt8 name: "input_h"
DCudnnRNNV2.pbtxt8 name: "input_h"
DCudnnRNNBackpropV2.pbtxt8 name: "input_h"
DCudnnRNNBackprop.pbtxt8 name: "input_h"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DCudnnRNNV3.pbtxt8 name: "input_h"
133 name: "input_h"
DCudnnRNNBackpropV3.pbtxt8 name: "input_h"
154 name: "input_h"
DCudnnRNN.pbtxt8 name: "input_h"
DCudnnRNNV2.pbtxt8 name: "input_h"
DCudnnRNNBackpropV2.pbtxt8 name: "input_h"
DCudnnRNNBackprop.pbtxt8 name: "input_h"
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.raw_ops.pbtxt945 …argspec: "args=[\'input\', \'input_h\', \'input_c\', \'params\', \'rnn_mode\', \'input_mode\', \'d…
949 …argspec: "args=[\'input\', \'input_h\', \'input_c\', \'params\', \'output\', \'output_h\', \'outpu…
953 …argspec: "args=[\'input\', \'input_h\', \'input_c\', \'params\', \'output\', \'output_h\', \'outpu…
957 …argspec: "args=[\'input\', \'input_h\', \'input_c\', \'params\', \'sequence_lengths\', \'output\',…
981 …argspec: "args=[\'input\', \'input_h\', \'input_c\', \'params\', \'rnn_mode\', \'input_mode\', \'d…
985 …argspec: "args=[\'input\', \'input_h\', \'input_c\', \'params\', \'sequence_lengths\', \'rnn_mode\…

12