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

  /external/tensorflow/tensorflow/lite/toco/graph_transformations/
resolve_constant_tile.cc 51 int total_stride_size = 0, total_tiled_stride_size = 0; local
61 total_stride_size += stride_size;
67 return std::make_pair(total_stride_size,
  /external/tensorflow/tensorflow/lite/kernels/
tile.cc 96 int total_stride_size = 0, total_tiled_stride_size = 0; local
106 total_stride_size += stride_size;
112 return std::make_pair(total_stride_size,

Completed in 218 milliseconds