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

  /packages/apps/LegacyCamera/jni/feature_stab/src/dbreg/
dbreg.cpp 747 int input_w = m_im_width*2; local
754 for (int i = 2; i < input_w-2; i += 2)
  /external/tensorflow/tensorflow/core/kernels/
conv_grad_input_ops.cc 712 auto input_w = GetTensorDimIndex(data_format, 'W'); local
714 strides[input_w] = col_stride;
716 dilations[input_w] = col_dilation;
    [all...]

Completed in 98 milliseconds