HomeSort by relevance Sort by last modified time
    Searched refs:in_c_start (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
depthwise_conv_op.h 222 const int64 in_c_start = out_c * args.stride - args.pad_cols; local
228 const int64 in_c = in_c_start + f_c;
deep_conv2d.cc 632 const int64 in_c_start, const T* input, T* tile_buffer) {
650 const int64 in_c = in_c_start + c;
695 const int64 in_c_start, const T* input,
709 const int64 in_c = in_c_start + t * tile_stride_cols;
    [all...]
depthwise_conv_grad_op.cc 856 const int in_c_start = out_c * args.stride - args.pad_cols; local
    [all...]

Completed in 102 milliseconds