Searched refs:w_out (Results 1 – 8 of 8) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | dilation_ops.cc | 184 for (int w_out = 0; w_out < output_cols; ++w_out) { in operator ()() local 185 int w_beg = w_out * stride_cols - pad_left; in operator ()() 202 output(b, h_out, w_out, d) = cur_val; in operator ()() 299 for (int w_out = 0; w_out < output_cols; ++w_out) { in operator ()() local 300 int w_beg = w_out * stride_cols - pad_left; in operator ()() 322 out_backprop(b, h_out, w_out, d); in operator ()() 419 for (int w_out = 0; w_out < output_cols; ++w_out) { in operator ()() local 420 int w_beg = w_out * stride_cols - pad_left; in operator ()() 442 out_backprop(b, h_out, w_out, d); in operator ()()
|
D | dilation_ops_gpu.cu.cc | 50 const int w_out = out_idx2 % output_cols; in DilationKernel() local 55 int w_beg = w_out * stride_cols - pad_left; in DilationKernel() 89 const int w_out = out_idx2 % output_cols; in DilationBackpropInputKernel() local 94 int w_beg = w_out * stride_cols - pad_left; in DilationBackpropInputKernel() 138 const int w_out = out_idx2 % output_cols; in DilationBackpropFilterKernel() local 143 int w_beg = w_out * stride_cols - pad_left; in DilationBackpropFilterKernel()
|
D | word2vec_kernels.cc | 266 Tensor w_out = ctx->mutable_input(1, false); in Compute() local 267 OP_REQUIRES(ctx, w_in.shape() == w_out.shape(), in Compute() 280 auto Tw_out = w_out.matrix<float>(); in Compute()
|
/external/tensorflow/tensorflow/core/api_def/base_api/ |
D | api_def_NegTrain.pbtxt | 10 name: "w_out"
|
/external/tensorflow/tensorflow/core/ops/compat/ |
D | ops_history.v0.pbtxt | 18797 name: "w_out" 18830 name: "w_out" 18864 name: "w_out"
|
D | ops_history.v2.pbtxt | 41324 name: "w_out"
|
D | ops_history.v1.pbtxt | 41821 name: "w_out"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 20731 name: "w_out"
|