Home
last modified time | relevance | path

Searched refs:OutputSparse (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcount_ops.cc32 Status OutputSparse(const BatchedMap<T>& per_batch_counts, int num_values, in OutputSparse() function
155 OP_REQUIRES_OK(context, OutputSparse<W>(per_batch_counts, num_output_values, in Compute()
231 OP_REQUIRES_OK(context, OutputSparse<W>(per_batch_counts, num_output_values, in Compute()
309 OP_REQUIRES_OK(context, OutputSparse<W>(per_batch_counts, num_output_values, in Compute()
/external/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp122 ProfileFormat OutputFormat, bool OutputSparse) { in mergeInstrProfile() argument
134 InstrProfWriter Writer(OutputSparse); in mergeInstrProfile()
289 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local
317 OutputSparse); in merge_main()
/external/llvm-project/llvm/tools/llvm-profdata/
Dllvm-profdata.cpp314 ProfileFormat OutputFormat, bool OutputSparse, in mergeInstrProfile() argument
338 OutputSparse, ErrorLock, WriterErrorCodes)); in mergeInstrProfile()
519 StringRef OutputFilename, ProfileFormat OutputFormat, bool OutputSparse, in supplementInstrProfile() argument
544 auto WC = std::make_unique<WriterContext>(OutputSparse, ErrorLock, in supplementInstrProfile()
827 cl::opt<bool> OutputSparse("sparse", cl::init(false), in merge_main() local
905 OutputFormat, OutputSparse, SupplMinSizeThreshold, in merge_main()
912 OutputFormat, OutputSparse, NumThreads, FailureMode); in merge_main()