HomeSort by relevance Sort by last modified time
    Searched defs:w_out (Results 1 - 3 of 3) 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))
50 const int w_out = out_idx2 % output_cols; local
55 int w_beg = w_out * stride_cols - pad_left;
86 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b))
89 const int w_out = out_idx2 % output_cols; local
94 int w_beg = w_out * stride_cols - pad_left;
135 // out_idx = d + depth * (w_out + output_cols * (h_out + output_rows * b))
138 const int w_out = out_idx2 % output_cols; local
143 int w_beg = w_out * stride_cols - pad_left;
word2vec_kernels.cc 266 Tensor w_out = ctx->mutable_input(1, false); variable
267 OP_REQUIRES(ctx, w_in.shape() == w_out.shape(),
268 errors::InvalidArgument("w_in.shape == w_out.shape"));
280 auto Tw_out = w_out.matrix<float>();
  /prebuilts/tools/common/m2/repository/com/squareup/haha/haha/1.3/
haha-1.3.jar 

Completed in 83 milliseconds