Home
last modified time | relevance | path

Searched defs:left_align (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/linalg/
H A Dmatrix_diag_op.cc343 const bool left_align = (diag_index >= 0 && left_align_superdiagonal) || in ComputeDiagLenAndContentOffset() local
449 const bool left_align = (content_offset == 0); in Compute() local
H A Dmatrix_set_diag_op_gpu.cu.cc36 const bool left_align = (diag_index >= 0 && left_align_superdiagonal) || in ComputeContentOffset() local
H A Dmatrix_diag_op_gpu.cu.cc35 const bool left_align = (diag_index >= 0 && left_align_superdiagonal) || in ComputeContentOffset() local
/aosp_15_r20/external/cronet/third_party/libc++/src/utils/
H A Dgenerate_feature_test_macro_components.py1766 def pad_cell(s, length, left_align=True): argument
/aosp_15_r20/external/llvm-libc/src/__support/HashTable/
H A Dtable.h106 size_t left_align = alignof(HashTable) > alignof(ENTRY) ? alignof(HashTable) in table_alignment() local
/aosp_15_r20/external/fmtlib/test/
H A Dformat-test.cc623 TEST(format_test, left_align) { in TEST() argument