Home
last modified time | relevance | path

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

/aosp_15_r20/external/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp122 ProfileFormat OutputFormat, bool OutputSparse) { in mergeInstrProfile()
289 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcount_ops.cc41 Status OutputSparse(const BatchedMap<T>& per_batch_counts, int64_t num_values, in OutputSparse() function