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

  /external/eigen/unsupported/Eigen/CXX11/src/Tensor/
TensorConvolution.h 580 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1; local
581 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSize>()(kernelSize);
582 const int num_x_output = last_x - first_x + 1;
629 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1; local
630 const int num_x_input = last_x - first_x + GetKernelSize<StaticKernelSizeX>()(kernelSizeX);
631 const int num_x_output = last_x - first_x + 1;
698 const int last_x = (first_x + maxX < numX ? first_x + maxX : numX) - 1; local
699 const int num_x_input = last_x - first_x + kernelSizeX;
728 const int num_x_output = last_x - first_x + 1;
    [all...]
  /packages/apps/LegacyCamera/jni/feature_stab/db_vlvm/
db_feature_detection.cpp 1504 int x,next_x,last_x; local
    [all...]
  /external/fio/
graph.c 950 int last_x = g->xoffset + g->xdim; local
954 return (x >= first_x && x <= last_x) && (y >= first_y && y <= last_y);
  /external/tensorflow/tensorflow/compiler/xla/service/gpu/
ir_emitter_unnested.cc     [all...]

Completed in 117 milliseconds