Home
last modified time | relevance | path

Searched defs:column_limit (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/tools/clang_generator/
H A Demitter.cc131 int column_limit) { in ReformatGoogleStyle()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/cpu/
H A Dtiled_dot_emitter.cc309 int64_t column_limit = k() - column_remainder; in Emit() local
571 int64_t column_limit = k() - (k() % tile_cols()); in EmitInnerLoopTiled() local