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

  /external/tensorflow/tensorflow/core/kernels/
adjust_contrast_op.cc 243 const int64 plane_size = image_size * channels; local
250 input_flat.slice(Index(i * plane_size), Index(plane_size));
252 summation_scratch.slice(Index(i * plane_size), Index(plane_size));
  /external/deqp-deps/SPIRV-Tools/source/val/
validate_image.cpp 172 uint32_t plane_size = 0; local
177 plane_size = 1;
182 plane_size = 2;
187 plane_size = 3;
194 return plane_size;
332 const uint32_t plane_size = GetPlaneCoordSize(info); local
335 if (plane_size != dx_size) {
337 << "Expected Image Operand Grad dx to have " << plane_size
341 if (plane_size != dy_size) {
343 << "Expected Image Operand Grad dy to have " << plane_size
373 const uint32_t plane_size = GetPlaneCoordSize(info); local
396 const uint32_t plane_size = GetPlaneCoordSize(info); local
    [all...]
  /external/swiftshader/third_party/SPIRV-Tools/source/val/
validate_image.cpp 172 uint32_t plane_size = 0; local
177 plane_size = 1;
182 plane_size = 2;
187 plane_size = 3;
194 return plane_size;
332 const uint32_t plane_size = GetPlaneCoordSize(info); local
335 if (plane_size != dx_size) {
337 << "Expected Image Operand Grad dx to have " << plane_size
341 if (plane_size != dy_size) {
343 << "Expected Image Operand Grad dy to have " << plane_size
373 const uint32_t plane_size = GetPlaneCoordSize(info); local
396 const uint32_t plane_size = GetPlaneCoordSize(info); local
    [all...]

Completed in 129 milliseconds