CMakeLists.txt
LICENSE.txt
MANIFEST.in
README.md
setup.py
Kiwi/CMakeLists.txt
Kiwi/include/kiwi/ArchUtils.h
Kiwi/include/kiwi/BitUtils.h
Kiwi/include/kiwi/CoNgramModel.h
Kiwi/include/kiwi/Dataset.h
Kiwi/include/kiwi/FixedVector.hpp
Kiwi/include/kiwi/Form.h
Kiwi/include/kiwi/FrozenTrie.h
Kiwi/include/kiwi/Joiner.h
Kiwi/include/kiwi/Kiwi.h
Kiwi/include/kiwi/Knlm.h
Kiwi/include/kiwi/LangModel.h
Kiwi/include/kiwi/LmState.h
Kiwi/include/kiwi/Macro.h
Kiwi/include/kiwi/Mmap.h
Kiwi/include/kiwi/PatternMatcher.h
Kiwi/include/kiwi/ScriptType.h
Kiwi/include/kiwi/SkipBigramModel.h
Kiwi/include/kiwi/SubstringExtractor.h
Kiwi/include/kiwi/SwTokenizer.h
Kiwi/include/kiwi/TagUtils.h
Kiwi/include/kiwi/TemplateUtils.hpp
Kiwi/include/kiwi/ThreadPool.h
Kiwi/include/kiwi/Trainer.h
Kiwi/include/kiwi/Trie.hpp
Kiwi/include/kiwi/Types.h
Kiwi/include/kiwi/TypoTransformer.h
Kiwi/include/kiwi/Utils.h
Kiwi/include/kiwi/WordDetector.h
Kiwi/include/kiwi/capi.h
Kiwi/src/ArchAvailable.h
Kiwi/src/ArchUtils.cpp
Kiwi/src/BestPathContainer.hpp
Kiwi/src/BitEncoder.hpp
Kiwi/src/CoNgramModel.cpp
Kiwi/src/CoNgramModel.hpp
Kiwi/src/Combiner.cpp
Kiwi/src/Combiner.h
Kiwi/src/Dataset.cpp
Kiwi/src/FeatureTestor.cpp
Kiwi/src/FeatureTestor.h
Kiwi/src/FileUtils.cpp
Kiwi/src/Form.cpp
Kiwi/src/FrozenTrie.hpp
Kiwi/src/Joiner.cpp
Kiwi/src/Joiner.hpp
Kiwi/src/KTrie.cpp
Kiwi/src/KTrie.h
Kiwi/src/Kiwi.cpp
Kiwi/src/Kiwi.hpp
Kiwi/src/KiwiBuilder.cpp
Kiwi/src/Knlm.cpp
Kiwi/src/Knlm.hpp
Kiwi/src/LimitedVector.hpp
Kiwi/src/MathFunc.h
Kiwi/src/MathFunc.hpp
Kiwi/src/PathEvaluator.h
Kiwi/src/PathEvaluator.hpp
Kiwi/src/PatternMatcher.cpp
Kiwi/src/QEncoder.hpp
Kiwi/src/RaggedVector.hpp
Kiwi/src/SIMD.hpp
Kiwi/src/ScriptType.cpp
Kiwi/src/SkipBigramModel.cpp
Kiwi/src/SkipBigramModel.hpp
Kiwi/src/SkipBigramTrainer.hpp
Kiwi/src/SortUtils.hpp
Kiwi/src/StrUtils.h
Kiwi/src/SubstringCounter.hpp
Kiwi/src/SubstringExtractor.cpp
Kiwi/src/SwTokenizer.cpp
Kiwi/src/TagUtils.cpp
Kiwi/src/TypoTransformer.cpp
Kiwi/src/UnicodeCase.cpp
Kiwi/src/UnicodeCase.h
Kiwi/src/UnkFormScorer.cpp
Kiwi/src/UnkFormScorer.h
Kiwi/src/Utils.cpp
Kiwi/src/WordDetector.cpp
Kiwi/src/bitset.hpp
Kiwi/src/count.hpp
Kiwi/src/gemm.h
Kiwi/src/nuquant.hpp
Kiwi/src/pattern.hpp
Kiwi/src/qgemm.h
Kiwi/src/qgemm.hpp
Kiwi/src/search.cpp
Kiwi/src/search.h
Kiwi/src/serializer.hpp
Kiwi/src/serializerEigen.hpp
Kiwi/src/archImpl/avx2.cpp
Kiwi/src/archImpl/avx2_qgemm.hpp
Kiwi/src/archImpl/avx512_qgemm.hpp
Kiwi/src/archImpl/avx512bw.cpp
Kiwi/src/archImpl/avx512vnni.cpp
Kiwi/src/archImpl/avx_vnni.cpp
Kiwi/src/archImpl/eigen_gemm.hpp
Kiwi/src/archImpl/neon.cpp
Kiwi/src/archImpl/none.cpp
Kiwi/src/archImpl/sse2.cpp
Kiwi/src/archImpl/sse4_1.cpp
Kiwi/src/capi/kiwi_c.cpp
Kiwi/src/sais/fm_index.hpp
Kiwi/src/sais/mp_utils.hpp
Kiwi/src/sais/sais.hpp
Kiwi/src/sais/wavelet_tree.hpp
Kiwi/test/CMakeLists.txt
Kiwi/test/bit_encode.cpp
Kiwi/test/common.h
Kiwi/test/test_QEncoder.cpp
Kiwi/test/test_c.cpp
Kiwi/test/test_combiner.cpp
Kiwi/test/test_cpp.cpp
Kiwi/test/test_sw_tokenizer.cpp
Kiwi/test/test_typo.cpp
Kiwi/third_party/cpp-btree/btree/btree.h
Kiwi/third_party/cpp-btree/btree/map.h
Kiwi/third_party/cpp-btree/btree/set.h
Kiwi/third_party/cpuinfo/CMakeLists.txt
Kiwi/third_party/cpuinfo/libcpuinfo.pc.in
Kiwi/third_party/cpuinfo/cmake/cpuinfo-config.cmake.in
Kiwi/third_party/cpuinfo/deps/clog/CMakeLists.txt
Kiwi/third_party/cpuinfo/deps/clog/include/clog.h
Kiwi/third_party/cpuinfo/deps/clog/src/clog.c
Kiwi/third_party/cpuinfo/include/cpuinfo-mock.h
Kiwi/third_party/cpuinfo/include/cpuinfo.h
Kiwi/third_party/cpuinfo/src/api.c
Kiwi/third_party/cpuinfo/src/cache.c
Kiwi/third_party/cpuinfo/src/init.c
Kiwi/third_party/cpuinfo/src/log.c
Kiwi/third_party/cpuinfo/src/arm/api.h
Kiwi/third_party/cpuinfo/src/arm/cache.c
Kiwi/third_party/cpuinfo/src/arm/midr.h
Kiwi/third_party/cpuinfo/src/arm/tlb.c
Kiwi/third_party/cpuinfo/src/arm/uarch.c
Kiwi/third_party/cpuinfo/src/arm/android/api.h
Kiwi/third_party/cpuinfo/src/arm/android/properties.c
Kiwi/third_party/cpuinfo/src/arm/linux/aarch32-isa.c
Kiwi/third_party/cpuinfo/src/arm/linux/aarch64-isa.c
Kiwi/third_party/cpuinfo/src/arm/linux/api.h
Kiwi/third_party/cpuinfo/src/arm/linux/chipset.c
Kiwi/third_party/cpuinfo/src/arm/linux/clusters.c
Kiwi/third_party/cpuinfo/src/arm/linux/cp.h
Kiwi/third_party/cpuinfo/src/arm/linux/cpuinfo.c
Kiwi/third_party/cpuinfo/src/arm/linux/hwcap.c
Kiwi/third_party/cpuinfo/src/arm/linux/init.c
Kiwi/third_party/cpuinfo/src/arm/linux/midr.c
Kiwi/third_party/cpuinfo/src/arm/mach/init.c
Kiwi/third_party/cpuinfo/src/arm/windows/init-by-logical-sys-info.c
Kiwi/third_party/cpuinfo/src/arm/windows/init.c
Kiwi/third_party/cpuinfo/src/arm/windows/windows-arm-init.h
Kiwi/third_party/cpuinfo/src/cpuinfo/common.h
Kiwi/third_party/cpuinfo/src/cpuinfo/internal-api.h
Kiwi/third_party/cpuinfo/src/cpuinfo/log.h
Kiwi/third_party/cpuinfo/src/cpuinfo/utils.h
Kiwi/third_party/cpuinfo/src/emscripten/init.c
Kiwi/third_party/cpuinfo/src/freebsd/api.h
Kiwi/third_party/cpuinfo/src/freebsd/topology.c
Kiwi/third_party/cpuinfo/src/linux/api.h
Kiwi/third_party/cpuinfo/src/linux/cpulist.c
Kiwi/third_party/cpuinfo/src/linux/mockfile.c
Kiwi/third_party/cpuinfo/src/linux/multiline.c
Kiwi/third_party/cpuinfo/src/linux/processors.c
Kiwi/third_party/cpuinfo/src/linux/smallfile.c
Kiwi/third_party/cpuinfo/src/mach/api.h
Kiwi/third_party/cpuinfo/src/mach/topology.c
Kiwi/third_party/cpuinfo/src/riscv/api.h
Kiwi/third_party/cpuinfo/src/riscv/uarch.c
Kiwi/third_party/cpuinfo/src/riscv/linux/api.h
Kiwi/third_party/cpuinfo/src/riscv/linux/init.c
Kiwi/third_party/cpuinfo/src/riscv/linux/riscv-hw.c
Kiwi/third_party/cpuinfo/src/riscv/linux/riscv-isa.c
Kiwi/third_party/cpuinfo/src/x86/api.h
Kiwi/third_party/cpuinfo/src/x86/cpuid.h
Kiwi/third_party/cpuinfo/src/x86/info.c
Kiwi/third_party/cpuinfo/src/x86/init.c
Kiwi/third_party/cpuinfo/src/x86/isa.c
Kiwi/third_party/cpuinfo/src/x86/mockcpuid.c
Kiwi/third_party/cpuinfo/src/x86/name.c
Kiwi/third_party/cpuinfo/src/x86/topology.c
Kiwi/third_party/cpuinfo/src/x86/uarch.c
Kiwi/third_party/cpuinfo/src/x86/vendor.c
Kiwi/third_party/cpuinfo/src/x86/cache/descriptor.c
Kiwi/third_party/cpuinfo/src/x86/cache/deterministic.c
Kiwi/third_party/cpuinfo/src/x86/cache/init.c
Kiwi/third_party/cpuinfo/src/x86/freebsd/init.c
Kiwi/third_party/cpuinfo/src/x86/linux/api.h
Kiwi/third_party/cpuinfo/src/x86/linux/cpuinfo.c
Kiwi/third_party/cpuinfo/src/x86/linux/init.c
Kiwi/third_party/cpuinfo/src/x86/mach/init.c
Kiwi/third_party/cpuinfo/src/x86/windows/api.h
Kiwi/third_party/cpuinfo/src/x86/windows/init.c
Kiwi/third_party/cpuinfo/tools/auxv-dump.c
Kiwi/third_party/cpuinfo/tools/cache-info.c
Kiwi/third_party/cpuinfo/tools/cpu-info.c
Kiwi/third_party/cpuinfo/tools/cpuid-dump.c
Kiwi/third_party/cpuinfo/tools/cpuinfo-dump.c
Kiwi/third_party/cpuinfo/tools/gpu-dump.c
Kiwi/third_party/cpuinfo/tools/isa-info.c
Kiwi/third_party/eigen/Eigen/Cholesky
Kiwi/third_party/eigen/Eigen/CholmodSupport
Kiwi/third_party/eigen/Eigen/Core
Kiwi/third_party/eigen/Eigen/Dense
Kiwi/third_party/eigen/Eigen/Eigen
Kiwi/third_party/eigen/Eigen/Eigenvalues
Kiwi/third_party/eigen/Eigen/Geometry
Kiwi/third_party/eigen/Eigen/Householder
Kiwi/third_party/eigen/Eigen/IterativeLinearSolvers
Kiwi/third_party/eigen/Eigen/Jacobi
Kiwi/third_party/eigen/Eigen/KLUSupport
Kiwi/third_party/eigen/Eigen/LU
Kiwi/third_party/eigen/Eigen/MetisSupport
Kiwi/third_party/eigen/Eigen/OrderingMethods
Kiwi/third_party/eigen/Eigen/PaStiXSupport
Kiwi/third_party/eigen/Eigen/PardisoSupport
Kiwi/third_party/eigen/Eigen/QR
Kiwi/third_party/eigen/Eigen/QtAlignedMalloc
Kiwi/third_party/eigen/Eigen/SPQRSupport
Kiwi/third_party/eigen/Eigen/SVD
Kiwi/third_party/eigen/Eigen/Sparse
Kiwi/third_party/eigen/Eigen/SparseCholesky
Kiwi/third_party/eigen/Eigen/SparseCore
Kiwi/third_party/eigen/Eigen/SparseLU
Kiwi/third_party/eigen/Eigen/SparseQR
Kiwi/third_party/eigen/Eigen/StdDeque
Kiwi/third_party/eigen/Eigen/StdList
Kiwi/third_party/eigen/Eigen/StdVector
Kiwi/third_party/eigen/Eigen/SuperLUSupport
Kiwi/third_party/eigen/Eigen/UmfPackSupport
Kiwi/third_party/eigen/Eigen/src/Cholesky/LDLT.h
Kiwi/third_party/eigen/Eigen/src/Cholesky/LLT.h
Kiwi/third_party/eigen/Eigen/src/Cholesky/LLT_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/CholmodSupport/CholmodSupport.h
Kiwi/third_party/eigen/Eigen/src/Core/ArithmeticSequence.h
Kiwi/third_party/eigen/Eigen/src/Core/Array.h
Kiwi/third_party/eigen/Eigen/src/Core/ArrayBase.h
Kiwi/third_party/eigen/Eigen/src/Core/ArrayWrapper.h
Kiwi/third_party/eigen/Eigen/src/Core/Assign.h
Kiwi/third_party/eigen/Eigen/src/Core/AssignEvaluator.h
Kiwi/third_party/eigen/Eigen/src/Core/Assign_MKL.h
Kiwi/third_party/eigen/Eigen/src/Core/BandMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/Block.h
Kiwi/third_party/eigen/Eigen/src/Core/BooleanRedux.h
Kiwi/third_party/eigen/Eigen/src/Core/CommaInitializer.h
Kiwi/third_party/eigen/Eigen/src/Core/ConditionEstimator.h
Kiwi/third_party/eigen/Eigen/src/Core/CoreEvaluators.h
Kiwi/third_party/eigen/Eigen/src/Core/CoreIterators.h
Kiwi/third_party/eigen/Eigen/src/Core/CwiseBinaryOp.h
Kiwi/third_party/eigen/Eigen/src/Core/CwiseNullaryOp.h
Kiwi/third_party/eigen/Eigen/src/Core/CwiseTernaryOp.h
Kiwi/third_party/eigen/Eigen/src/Core/CwiseUnaryOp.h
Kiwi/third_party/eigen/Eigen/src/Core/CwiseUnaryView.h
Kiwi/third_party/eigen/Eigen/src/Core/DenseBase.h
Kiwi/third_party/eigen/Eigen/src/Core/DenseCoeffsBase.h
Kiwi/third_party/eigen/Eigen/src/Core/DenseStorage.h
Kiwi/third_party/eigen/Eigen/src/Core/Diagonal.h
Kiwi/third_party/eigen/Eigen/src/Core/DiagonalMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/DiagonalProduct.h
Kiwi/third_party/eigen/Eigen/src/Core/Dot.h
Kiwi/third_party/eigen/Eigen/src/Core/EigenBase.h
Kiwi/third_party/eigen/Eigen/src/Core/ForceAlignedAccess.h
Kiwi/third_party/eigen/Eigen/src/Core/Fuzzy.h
Kiwi/third_party/eigen/Eigen/src/Core/GeneralProduct.h
Kiwi/third_party/eigen/Eigen/src/Core/GenericPacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/GlobalFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/IO.h
Kiwi/third_party/eigen/Eigen/src/Core/IndexedView.h
Kiwi/third_party/eigen/Eigen/src/Core/Inverse.h
Kiwi/third_party/eigen/Eigen/src/Core/Map.h
Kiwi/third_party/eigen/Eigen/src/Core/MapBase.h
Kiwi/third_party/eigen/Eigen/src/Core/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/MathFunctionsImpl.h
Kiwi/third_party/eigen/Eigen/src/Core/Matrix.h
Kiwi/third_party/eigen/Eigen/src/Core/MatrixBase.h
Kiwi/third_party/eigen/Eigen/src/Core/NestByValue.h
Kiwi/third_party/eigen/Eigen/src/Core/NoAlias.h
Kiwi/third_party/eigen/Eigen/src/Core/NumTraits.h
Kiwi/third_party/eigen/Eigen/src/Core/PartialReduxEvaluator.h
Kiwi/third_party/eigen/Eigen/src/Core/PermutationMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/PlainObjectBase.h
Kiwi/third_party/eigen/Eigen/src/Core/Product.h
Kiwi/third_party/eigen/Eigen/src/Core/ProductEvaluators.h
Kiwi/third_party/eigen/Eigen/src/Core/Random.h
Kiwi/third_party/eigen/Eigen/src/Core/Redux.h
Kiwi/third_party/eigen/Eigen/src/Core/Ref.h
Kiwi/third_party/eigen/Eigen/src/Core/Replicate.h
Kiwi/third_party/eigen/Eigen/src/Core/Reshaped.h
Kiwi/third_party/eigen/Eigen/src/Core/ReturnByValue.h
Kiwi/third_party/eigen/Eigen/src/Core/Reverse.h
Kiwi/third_party/eigen/Eigen/src/Core/Select.h
Kiwi/third_party/eigen/Eigen/src/Core/SelfAdjointView.h
Kiwi/third_party/eigen/Eigen/src/Core/SelfCwiseBinaryOp.h
Kiwi/third_party/eigen/Eigen/src/Core/Solve.h
Kiwi/third_party/eigen/Eigen/src/Core/SolveTriangular.h
Kiwi/third_party/eigen/Eigen/src/Core/SolverBase.h
Kiwi/third_party/eigen/Eigen/src/Core/StableNorm.h
Kiwi/third_party/eigen/Eigen/src/Core/StlIterators.h
Kiwi/third_party/eigen/Eigen/src/Core/Stride.h
Kiwi/third_party/eigen/Eigen/src/Core/Swap.h
Kiwi/third_party/eigen/Eigen/src/Core/Transpose.h
Kiwi/third_party/eigen/Eigen/src/Core/Transpositions.h
Kiwi/third_party/eigen/Eigen/src/Core/TriangularMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/VectorBlock.h
Kiwi/third_party/eigen/Eigen/src/Core/VectorwiseOp.h
Kiwi/third_party/eigen/Eigen/src/Core/Visitor.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX512/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX512/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX512/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AVX512/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AltiVec/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AltiVec/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProduct.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductCommon.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AltiVec/MatrixProductMMA.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/AltiVec/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/CUDA/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/BFloat16.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/ConjHelper.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/GenericPacketMathFunctionsFwd.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/Half.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/Settings.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/Default/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/GPU/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/GPU/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/GPU/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/HIP/hcc/math_constants.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/MSA/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/MSA/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/MSA/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/NEON/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/NEON/GeneralBlockPanelKernel.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/NEON/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/NEON/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/NEON/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SSE/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SSE/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SSE/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SSE/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SVE/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SVE/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SVE/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SYCL/InteropHeaders.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SYCL/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SYCL/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SYCL/SyclMemoryModel.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/SYCL/TypeCasting.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/ZVector/Complex.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/ZVector/MathFunctions.h
Kiwi/third_party/eigen/Eigen/src/Core/arch/ZVector/PacketMath.h
Kiwi/third_party/eigen/Eigen/src/Core/functors/AssignmentFunctors.h
Kiwi/third_party/eigen/Eigen/src/Core/functors/BinaryFunctors.h
Kiwi/third_party/eigen/Eigen/src/Core/functors/NullaryFunctors.h
Kiwi/third_party/eigen/Eigen/src/Core/functors/StlFunctors.h
Kiwi/third_party/eigen/Eigen/src/Core/functors/TernaryFunctors.h
Kiwi/third_party/eigen/Eigen/src/Core/functors/UnaryFunctors.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralBlockPanelKernel.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrixTriangular_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralMatrixMatrix_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector.h
Kiwi/third_party/eigen/Eigen/src/Core/products/GeneralMatrixVector_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/Parallelizer.h
Kiwi/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixMatrix_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector.h
Kiwi/third_party/eigen/Eigen/src/Core/products/SelfadjointMatrixVector_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/SelfadjointProduct.h
Kiwi/third_party/eigen/Eigen/src/Core/products/SelfadjointRank2Update.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularMatrixMatrix_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularMatrixVector_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularSolverMatrix_BLAS.h
Kiwi/third_party/eigen/Eigen/src/Core/products/TriangularSolverVector.h
Kiwi/third_party/eigen/Eigen/src/Core/util/BlasUtil.h
Kiwi/third_party/eigen/Eigen/src/Core/util/ConfigureVectorization.h
Kiwi/third_party/eigen/Eigen/src/Core/util/Constants.h
Kiwi/third_party/eigen/Eigen/src/Core/util/DisableStupidWarnings.h
Kiwi/third_party/eigen/Eigen/src/Core/util/ForwardDeclarations.h
Kiwi/third_party/eigen/Eigen/src/Core/util/IndexedViewHelper.h
Kiwi/third_party/eigen/Eigen/src/Core/util/IntegralConstant.h
Kiwi/third_party/eigen/Eigen/src/Core/util/MKL_support.h
Kiwi/third_party/eigen/Eigen/src/Core/util/Macros.h
Kiwi/third_party/eigen/Eigen/src/Core/util/Memory.h
Kiwi/third_party/eigen/Eigen/src/Core/util/Meta.h
Kiwi/third_party/eigen/Eigen/src/Core/util/NonMPL2.h
Kiwi/third_party/eigen/Eigen/src/Core/util/ReenableStupidWarnings.h
Kiwi/third_party/eigen/Eigen/src/Core/util/ReshapedHelper.h
Kiwi/third_party/eigen/Eigen/src/Core/util/StaticAssert.h
Kiwi/third_party/eigen/Eigen/src/Core/util/SymbolicIndex.h
Kiwi/third_party/eigen/Eigen/src/Core/util/XprHelper.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/ComplexEigenSolver.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/ComplexSchur.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/ComplexSchur_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/EigenSolver.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/GeneralizedEigenSolver.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/GeneralizedSelfAdjointEigenSolver.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/MatrixBaseEigenvalues.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/RealQZ.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/RealSchur.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/RealSchur_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/SelfAdjointEigenSolver_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h
Kiwi/third_party/eigen/Eigen/src/Geometry/AlignedBox.h
Kiwi/third_party/eigen/Eigen/src/Geometry/AngleAxis.h
Kiwi/third_party/eigen/Eigen/src/Geometry/EulerAngles.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Homogeneous.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Hyperplane.h
Kiwi/third_party/eigen/Eigen/src/Geometry/OrthoMethods.h
Kiwi/third_party/eigen/Eigen/src/Geometry/ParametrizedLine.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Quaternion.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Rotation2D.h
Kiwi/third_party/eigen/Eigen/src/Geometry/RotationBase.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Scaling.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Transform.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Translation.h
Kiwi/third_party/eigen/Eigen/src/Geometry/Umeyama.h
Kiwi/third_party/eigen/Eigen/src/Geometry/arch/Geometry_SIMD.h
Kiwi/third_party/eigen/Eigen/src/Householder/BlockHouseholder.h
Kiwi/third_party/eigen/Eigen/src/Householder/Householder.h
Kiwi/third_party/eigen/Eigen/src/Householder/HouseholderSequence.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/BasicPreconditioners.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/BiCGSTAB.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/ConjugateGradient.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteCholesky.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/IncompleteLUT.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/IterativeSolverBase.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/LeastSquareConjugateGradient.h
Kiwi/third_party/eigen/Eigen/src/IterativeLinearSolvers/SolveWithGuess.h
Kiwi/third_party/eigen/Eigen/src/Jacobi/Jacobi.h
Kiwi/third_party/eigen/Eigen/src/KLUSupport/KLUSupport.h
Kiwi/third_party/eigen/Eigen/src/LU/Determinant.h
Kiwi/third_party/eigen/Eigen/src/LU/FullPivLU.h
Kiwi/third_party/eigen/Eigen/src/LU/InverseImpl.h
Kiwi/third_party/eigen/Eigen/src/LU/PartialPivLU.h
Kiwi/third_party/eigen/Eigen/src/LU/PartialPivLU_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/LU/arch/InverseSize4.h
Kiwi/third_party/eigen/Eigen/src/MetisSupport/MetisSupport.h
Kiwi/third_party/eigen/Eigen/src/OrderingMethods/Amd.h
Kiwi/third_party/eigen/Eigen/src/OrderingMethods/Eigen_Colamd.h
Kiwi/third_party/eigen/Eigen/src/OrderingMethods/Ordering.h
Kiwi/third_party/eigen/Eigen/src/PaStiXSupport/PaStiXSupport.h
Kiwi/third_party/eigen/Eigen/src/PardisoSupport/PardisoSupport.h
Kiwi/third_party/eigen/Eigen/src/QR/ColPivHouseholderQR.h
Kiwi/third_party/eigen/Eigen/src/QR/ColPivHouseholderQR_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/QR/CompleteOrthogonalDecomposition.h
Kiwi/third_party/eigen/Eigen/src/QR/FullPivHouseholderQR.h
Kiwi/third_party/eigen/Eigen/src/QR/HouseholderQR.h
Kiwi/third_party/eigen/Eigen/src/QR/HouseholderQR_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/SPQRSupport/SuiteSparseQRSupport.h
Kiwi/third_party/eigen/Eigen/src/SVD/BDCSVD.h
Kiwi/third_party/eigen/Eigen/src/SVD/JacobiSVD.h
Kiwi/third_party/eigen/Eigen/src/SVD/JacobiSVD_LAPACKE.h
Kiwi/third_party/eigen/Eigen/src/SVD/SVDBase.h
Kiwi/third_party/eigen/Eigen/src/SVD/UpperBidiagonalization.h
Kiwi/third_party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h
Kiwi/third_party/eigen/Eigen/src/SparseCholesky/SimplicialCholesky_impl.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/AmbiVector.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/CompressedStorage.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/ConservativeSparseSparseProduct.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/MappedSparseMatrix.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseAssign.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseBlock.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseColEtree.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseCompressedBase.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseCwiseUnaryOp.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseDenseProduct.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseDiagonalProduct.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseDot.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseFuzzy.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseMap.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseMatrix.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseMatrixBase.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparsePermutation.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseProduct.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseRedux.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseRef.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseSelfAdjointView.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseSolverBase.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseSparseProductWithPruning.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseTranspose.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseTriangularView.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseUtil.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseVector.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/SparseView.h
Kiwi/third_party/eigen/Eigen/src/SparseCore/TriangularSolver.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLUImpl.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_Memory.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_Structs.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_SupernodalMatrix.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_Utils.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_column_bmod.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_column_dfs.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_copy_to_ucol.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_gemm_kernel.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_heap_relax_snode.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_kernel_bmod.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_panel_bmod.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_panel_dfs.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_pivotL.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_pruneL.h
Kiwi/third_party/eigen/Eigen/src/SparseLU/SparseLU_relax_snode.h
Kiwi/third_party/eigen/Eigen/src/SparseQR/SparseQR.h
Kiwi/third_party/eigen/Eigen/src/StlSupport/StdDeque.h
Kiwi/third_party/eigen/Eigen/src/StlSupport/StdList.h
Kiwi/third_party/eigen/Eigen/src/StlSupport/StdVector.h
Kiwi/third_party/eigen/Eigen/src/StlSupport/details.h
Kiwi/third_party/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h
Kiwi/third_party/eigen/Eigen/src/UmfPackSupport/UmfPackSupport.h
Kiwi/third_party/eigen/Eigen/src/misc/Image.h
Kiwi/third_party/eigen/Eigen/src/misc/Kernel.h
Kiwi/third_party/eigen/Eigen/src/misc/RealSvd2x2.h
Kiwi/third_party/eigen/Eigen/src/misc/blas.h
Kiwi/third_party/eigen/Eigen/src/misc/lapack.h
Kiwi/third_party/eigen/Eigen/src/misc/lapacke.h
Kiwi/third_party/eigen/Eigen/src/misc/lapacke_mangling.h
Kiwi/third_party/eigen/Eigen/src/plugins/ArrayCwiseBinaryOps.h
Kiwi/third_party/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h
Kiwi/third_party/eigen/Eigen/src/plugins/BlockMethods.h
Kiwi/third_party/eigen/Eigen/src/plugins/CommonCwiseBinaryOps.h
Kiwi/third_party/eigen/Eigen/src/plugins/CommonCwiseUnaryOps.h
Kiwi/third_party/eigen/Eigen/src/plugins/IndexedViewMethods.h
Kiwi/third_party/eigen/Eigen/src/plugins/MatrixCwiseBinaryOps.h
Kiwi/third_party/eigen/Eigen/src/plugins/MatrixCwiseUnaryOps.h
Kiwi/third_party/eigen/Eigen/src/plugins/ReshapedMethods.h
Kiwi/third_party/googletest/CMakeLists.txt
Kiwi/third_party/googletest/googlemock/CMakeLists.txt
Kiwi/third_party/googletest/googlemock/cmake/gmock.pc.in
Kiwi/third_party/googletest/googlemock/cmake/gmock_main.pc.in
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-actions.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-cardinalities.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-function-mocker.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-matchers.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-more-actions.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-more-matchers.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-nice-strict.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock-spec-builders.h
Kiwi/third_party/googletest/googlemock/include/gmock/gmock.h
Kiwi/third_party/googletest/googlemock/include/gmock/internal/gmock-internal-utils.h
Kiwi/third_party/googletest/googlemock/include/gmock/internal/gmock-port.h
Kiwi/third_party/googletest/googlemock/include/gmock/internal/gmock-pp.h
Kiwi/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-generated-actions.h
Kiwi/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-matchers.h
Kiwi/third_party/googletest/googlemock/include/gmock/internal/custom/gmock-port.h
Kiwi/third_party/googletest/googlemock/test/gmock-matchers_test.h
Kiwi/third_party/googletest/googlemock/test/gmock_link_test.h
Kiwi/third_party/googletest/googletest/CMakeLists.txt
Kiwi/third_party/googletest/googletest/cmake/Config.cmake.in
Kiwi/third_party/googletest/googletest/cmake/gtest.pc.in
Kiwi/third_party/googletest/googletest/cmake/gtest_main.pc.in
Kiwi/third_party/googletest/googletest/cmake/libgtest.la.in
Kiwi/third_party/googletest/googletest/include/gtest/gtest-assertion-result.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-death-test.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-matchers.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-message.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-param-test.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-printers.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-spi.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-test-part.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest-typed-test.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest_pred_impl.h
Kiwi/third_party/googletest/googletest/include/gtest/gtest_prod.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-death-test-internal.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-filepath.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-internal.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-param-util.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-port-arch.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-port.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-string.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/gtest-type-util.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/custom/gtest-port.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/custom/gtest-printers.h
Kiwi/third_party/googletest/googletest/include/gtest/internal/custom/gtest.h
Kiwi/third_party/googletest/googletest/samples/prime_tables.h
Kiwi/third_party/googletest/googletest/samples/sample1.h
Kiwi/third_party/googletest/googletest/samples/sample2.h
Kiwi/third_party/googletest/googletest/samples/sample3-inl.h
Kiwi/third_party/googletest/googletest/samples/sample4.h
Kiwi/third_party/googletest/googletest/src/gtest-internal-inl.h
Kiwi/third_party/googletest/googletest/test/googletest-param-test-test.h
Kiwi/third_party/googletest/googletest/test/gtest-typed-test_test.h
Kiwi/third_party/googletest/googletest/test/production.h
Kiwi/third_party/json/include/nlohmann/adl_serializer.hpp
Kiwi/third_party/json/include/nlohmann/byte_container_with_subtype.hpp
Kiwi/third_party/json/include/nlohmann/json.hpp
Kiwi/third_party/json/include/nlohmann/json_fwd.hpp
Kiwi/third_party/json/include/nlohmann/ordered_map.hpp
Kiwi/third_party/json/include/nlohmann/detail/abi_macros.hpp
Kiwi/third_party/json/include/nlohmann/detail/exceptions.hpp
Kiwi/third_party/json/include/nlohmann/detail/hash.hpp
Kiwi/third_party/json/include/nlohmann/detail/json_custom_base_class.hpp
Kiwi/third_party/json/include/nlohmann/detail/json_pointer.hpp
Kiwi/third_party/json/include/nlohmann/detail/json_ref.hpp
Kiwi/third_party/json/include/nlohmann/detail/macro_scope.hpp
Kiwi/third_party/json/include/nlohmann/detail/macro_unscope.hpp
Kiwi/third_party/json/include/nlohmann/detail/string_concat.hpp
Kiwi/third_party/json/include/nlohmann/detail/string_escape.hpp
Kiwi/third_party/json/include/nlohmann/detail/string_utils.hpp
Kiwi/third_party/json/include/nlohmann/detail/value_t.hpp
Kiwi/third_party/json/include/nlohmann/detail/conversions/from_json.hpp
Kiwi/third_party/json/include/nlohmann/detail/conversions/to_chars.hpp
Kiwi/third_party/json/include/nlohmann/detail/conversions/to_json.hpp
Kiwi/third_party/json/include/nlohmann/detail/input/binary_reader.hpp
Kiwi/third_party/json/include/nlohmann/detail/input/input_adapters.hpp
Kiwi/third_party/json/include/nlohmann/detail/input/json_sax.hpp
Kiwi/third_party/json/include/nlohmann/detail/input/lexer.hpp
Kiwi/third_party/json/include/nlohmann/detail/input/parser.hpp
Kiwi/third_party/json/include/nlohmann/detail/input/position_t.hpp
Kiwi/third_party/json/include/nlohmann/detail/iterators/internal_iterator.hpp
Kiwi/third_party/json/include/nlohmann/detail/iterators/iter_impl.hpp
Kiwi/third_party/json/include/nlohmann/detail/iterators/iteration_proxy.hpp
Kiwi/third_party/json/include/nlohmann/detail/iterators/iterator_traits.hpp
Kiwi/third_party/json/include/nlohmann/detail/iterators/json_reverse_iterator.hpp
Kiwi/third_party/json/include/nlohmann/detail/iterators/primitive_iterator.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/cpp_future.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/detected.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/identity_tag.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/is_sax.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/std_fs.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/type_traits.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/void_t.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/call_std/begin.hpp
Kiwi/third_party/json/include/nlohmann/detail/meta/call_std/end.hpp
Kiwi/third_party/json/include/nlohmann/detail/output/binary_writer.hpp
Kiwi/third_party/json/include/nlohmann/detail/output/output_adapters.hpp
Kiwi/third_party/json/include/nlohmann/detail/output/serializer.hpp
Kiwi/third_party/json/include/nlohmann/thirdparty/hedley/hedley.hpp
Kiwi/third_party/json/include/nlohmann/thirdparty/hedley/hedley_undef.hpp
Kiwi/third_party/mimalloc/CMakeLists.txt
Kiwi/third_party/mimalloc/mimalloc.pc.in
Kiwi/third_party/mimalloc/doc/mimalloc-doc.h
Kiwi/third_party/mimalloc/include/mimalloc-new-delete.h
Kiwi/third_party/mimalloc/include/mimalloc-override.h
Kiwi/third_party/mimalloc/include/mimalloc-stats.h
Kiwi/third_party/mimalloc/include/mimalloc.h
Kiwi/third_party/mimalloc/include/mimalloc/atomic.h
Kiwi/third_party/mimalloc/include/mimalloc/internal.h
Kiwi/third_party/mimalloc/include/mimalloc/prim.h
Kiwi/third_party/mimalloc/include/mimalloc/track.h
Kiwi/third_party/mimalloc/include/mimalloc/types.h
Kiwi/third_party/mimalloc/src/alloc-aligned.c
Kiwi/third_party/mimalloc/src/alloc-override.c
Kiwi/third_party/mimalloc/src/alloc-posix.c
Kiwi/third_party/mimalloc/src/alloc.c
Kiwi/third_party/mimalloc/src/arena-abandon.c
Kiwi/third_party/mimalloc/src/arena.c
Kiwi/third_party/mimalloc/src/bitmap.c
Kiwi/third_party/mimalloc/src/bitmap.h
Kiwi/third_party/mimalloc/src/free.c
Kiwi/third_party/mimalloc/src/heap.c
Kiwi/third_party/mimalloc/src/init.c
Kiwi/third_party/mimalloc/src/libc.c
Kiwi/third_party/mimalloc/src/options.c
Kiwi/third_party/mimalloc/src/os.c
Kiwi/third_party/mimalloc/src/page-queue.c
Kiwi/third_party/mimalloc/src/page.c
Kiwi/third_party/mimalloc/src/random.c
Kiwi/third_party/mimalloc/src/segment-map.c
Kiwi/third_party/mimalloc/src/segment.c
Kiwi/third_party/mimalloc/src/static.c
Kiwi/third_party/mimalloc/src/stats.c
Kiwi/third_party/mimalloc/src/prim/prim.c
Kiwi/third_party/mimalloc/src/prim/emscripten/prim.c
Kiwi/third_party/mimalloc/src/prim/osx/alloc-override-zone.c
Kiwi/third_party/mimalloc/src/prim/osx/prim.c
Kiwi/third_party/mimalloc/src/prim/unix/prim.c
Kiwi/third_party/mimalloc/src/prim/wasi/prim.c
Kiwi/third_party/mimalloc/src/prim/windows/etw.h
Kiwi/third_party/mimalloc/src/prim/windows/prim.c
Kiwi/third_party/mimalloc/test/CMakeLists.txt
Kiwi/third_party/mimalloc/test/main-override-dep.cpp
Kiwi/third_party/mimalloc/test/main-override-dep.h
Kiwi/third_party/mimalloc/test/main-override-static.c
Kiwi/third_party/mimalloc/test/main-override.c
Kiwi/third_party/mimalloc/test/main-override.cpp
Kiwi/third_party/mimalloc/test/main.c
Kiwi/third_party/mimalloc/test/test-api-fill.c
Kiwi/third_party/mimalloc/test/test-api.c
Kiwi/third_party/mimalloc/test/test-stress.c
Kiwi/third_party/mimalloc/test/test-wrong.c
Kiwi/third_party/mimalloc/test/testhelper.h
Kiwi/third_party/streamvbyte/CMakeLists.txt
Kiwi/third_party/streamvbyte/examples/example.c
Kiwi/third_party/streamvbyte/include/streamvbyte.h
Kiwi/third_party/streamvbyte/include/streamvbyte_zigzag.h
Kiwi/third_party/streamvbyte/include/streamvbytedelta.h
Kiwi/third_party/streamvbyte/src/streamvbyte_0124_decode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_0124_encode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_arm_decode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_arm_encode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_decode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_encode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_isadetection.h
Kiwi/third_party/streamvbyte/src/streamvbyte_shuffle_tables_0124_decode.h
Kiwi/third_party/streamvbyte/src/streamvbyte_shuffle_tables_0124_encode.h
Kiwi/third_party/streamvbyte/src/streamvbyte_shuffle_tables_decode.h
Kiwi/third_party/streamvbyte/src/streamvbyte_shuffle_tables_encode.h
Kiwi/third_party/streamvbyte/src/streamvbyte_x64_decode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_x64_encode.c
Kiwi/third_party/streamvbyte/src/streamvbyte_zigzag.c
Kiwi/third_party/streamvbyte/src/streamvbytedelta.c
Kiwi/third_party/streamvbyte/src/streamvbytedelta_decode.c
Kiwi/third_party/streamvbyte/src/streamvbytedelta_encode.c
Kiwi/third_party/streamvbyte/src/streamvbytedelta_x64_decode.c
Kiwi/third_party/streamvbyte/src/streamvbytedelta_x64_encode.c
Kiwi/third_party/streamvbyte/tests/perf.c
Kiwi/third_party/streamvbyte/tests/unit.c
Kiwi/third_party/streamvbyte/tests/writeseq.c
Kiwi/third_party/streamvbyte/utils/shuffle_tables.c
Kiwi/third_party/tclap/CMakeLists.txt
Kiwi/third_party/tclap/tclap.pc.in
Kiwi/third_party/tclap/docs/Doxyfile.in
Kiwi/third_party/tclap/examples/CMakeLists.txt
Kiwi/third_party/tclap/examples/test-hard-1.cpp
Kiwi/third_party/tclap/examples/test-hard-2.cpp
Kiwi/third_party/tclap/examples/test1.cpp
Kiwi/third_party/tclap/examples/test10.cpp
Kiwi/third_party/tclap/examples/test11.cpp
Kiwi/third_party/tclap/examples/test12.cpp
Kiwi/third_party/tclap/examples/test13.cpp
Kiwi/third_party/tclap/examples/test14.cpp
Kiwi/third_party/tclap/examples/test15.cpp
Kiwi/third_party/tclap/examples/test16.cpp
Kiwi/third_party/tclap/examples/test18.cpp
Kiwi/third_party/tclap/examples/test19.cpp
Kiwi/third_party/tclap/examples/test2.cpp
Kiwi/third_party/tclap/examples/test20.cpp
Kiwi/third_party/tclap/examples/test21.cpp
Kiwi/third_party/tclap/examples/test22.cpp
Kiwi/third_party/tclap/examples/test23.cpp
Kiwi/third_party/tclap/examples/test24.cpp
Kiwi/third_party/tclap/examples/test25.cpp
Kiwi/third_party/tclap/examples/test26.cpp
Kiwi/third_party/tclap/examples/test27.cpp
Kiwi/third_party/tclap/examples/test28.cpp
Kiwi/third_party/tclap/examples/test29.cpp
Kiwi/third_party/tclap/examples/test3.cpp
Kiwi/third_party/tclap/examples/test30.cpp
Kiwi/third_party/tclap/examples/test4.cpp
Kiwi/third_party/tclap/examples/test5.cpp
Kiwi/third_party/tclap/examples/test6.cpp
Kiwi/third_party/tclap/examples/test7.cpp
Kiwi/third_party/tclap/examples/test8.cpp
Kiwi/third_party/tclap/examples/test9.cpp
Kiwi/third_party/tclap/include/tclap/Arg.h
Kiwi/third_party/tclap/include/tclap/ArgException.h
Kiwi/third_party/tclap/include/tclap/ArgTraits.h
Kiwi/third_party/tclap/include/tclap/CmdLine.h
Kiwi/third_party/tclap/include/tclap/CmdLineInterface.h
Kiwi/third_party/tclap/include/tclap/CmdLineOutput.h
Kiwi/third_party/tclap/include/tclap/Constraint.h
Kiwi/third_party/tclap/include/tclap/DocBookOutput.h
Kiwi/third_party/tclap/include/tclap/HelpVisitor.h
Kiwi/third_party/tclap/include/tclap/IgnoreRestVisitor.h
Kiwi/third_party/tclap/include/tclap/MultiArg.h
Kiwi/third_party/tclap/include/tclap/MultiSwitchArg.h
Kiwi/third_party/tclap/include/tclap/OptionalUnlabeledTracker.h
Kiwi/third_party/tclap/include/tclap/StandardTraits.h
Kiwi/third_party/tclap/include/tclap/StdOutput.h
Kiwi/third_party/tclap/include/tclap/SwitchArg.h
Kiwi/third_party/tclap/include/tclap/UnlabeledMultiArg.h
Kiwi/third_party/tclap/include/tclap/UnlabeledValueArg.h
Kiwi/third_party/tclap/include/tclap/ValueArg.h
Kiwi/third_party/tclap/include/tclap/ValuesConstraint.h
Kiwi/third_party/tclap/include/tclap/VersionVisitor.h
Kiwi/third_party/tclap/include/tclap/Visitor.h
Kiwi/third_party/tclap/include/tclap/XorHandler.h
Kiwi/third_party/tclap/include/tclap/ZshCompletionOutput.h
Kiwi/third_party/tclap/include/tclap/sstream.h
Kiwi/tools/Evaluator.cpp
Kiwi/tools/Evaluator.h
Kiwi/tools/LCS.hpp
Kiwi/tools/chr_model_builder.cpp
Kiwi/tools/cong_builder.cpp
Kiwi/tools/diff_tokens.cpp
Kiwi/tools/evaluator_main.cpp
Kiwi/tools/model_builder.cpp
Kiwi/tools/runner.cpp
Kiwi/tools/self_label.cpp
Kiwi/tools/toolUtils.h
kiwipiepy/__init__.py
kiwipiepy/__main__.py
kiwipiepy/_c_api.py
kiwipiepy/_c_api.pyi
kiwipiepy/_version.py
kiwipiepy/_wrap.py
kiwipiepy/const.py
kiwipiepy/default_typo_transformer.py
kiwipiepy/documentation.md
kiwipiepy/knlm.py
kiwipiepy/sw_tokenizer.py
kiwipiepy/sw_trainer.py
kiwipiepy/template.py
kiwipiepy/transformers_addon.py
kiwipiepy/utils.py
kiwipiepy.egg-info/PKG-INFO
kiwipiepy.egg-info/SOURCES.txt
kiwipiepy.egg-info/dependency_links.txt
kiwipiepy.egg-info/requires.txt
kiwipiepy.egg-info/top_level.txt
kiwipiepy/corpus/stopwords.txt
src/KiwiPy.cpp
src/PyUtils.h
test/test_kiwipiepy.py
test/test_nogil_safety.py
test/test_transformers_addon.py