HomeSort by relevance Sort by last modified time
    Searched defs:h_out (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
dilation_ops_gpu.cu.cc 47 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b))
52 const int h_out = out_idx3 % output_rows; local
54 int h_beg = h_out * stride_rows - pad_top;
86 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b))
91 const int h_out = out_idx3 % output_rows; local
93 int h_beg = h_out * stride_rows - pad_top;
135 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b))
140 const int h_out = out_idx3 % output_rows; local
142 int h_beg = h_out * stride_rows - pad_top;
  /external/tensorflow/tensorflow/contrib/rnn/kernels/
lstm_ops.cc 935 Tensor* h_out; variable
1106 const Tensor* h_out = nullptr; variable
    [all...]

Completed in 418 milliseconds