Searched refs:w_out (Results 1 – 9 of 9) 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 | 48 const int w_out = out_idx2 % output_cols; in DilationKernel() local 53 int w_beg = w_out * stride_cols - pad_left; in DilationKernel() 88 const int w_out = out_idx2 % output_cols; in DilationBackpropInputKernel() local 93 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 | 267 Tensor w_out = ctx->mutable_input(1, false); in Compute() local 268 OP_REQUIRES(ctx, w_in.shape() == w_out.shape(), in Compute() 281 auto Tw_out = w_out.matrix<float>(); in Compute()
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/ |
D | NegTrain.pbtxt | 9 name: "w_out"
|
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/ |
D | NegTrain.pbtxt | 9 name: "w_out"
|
/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 | 40661 name: "w_out"
|
/external/tensorflow/tensorflow/core/ops/ |
D | ops.pbtxt | 26280 name: "w_out"
|