Home
last modified time | relevance | path

Searched defs:Sparse (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h55 struct Sparse { struct
56 string feature_name;
57 DataType dtype;
Dexample_proto_fast_parsing.cc448 enum class Type { Sparse, Dense }; enumerator
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp144 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter()
155 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ProfileData/
DInstrProfWriter.cpp165 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter()
176 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DSparseMultiSet.h124 SparseT *Sparse = nullptr; variable
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h116 SparseT *Sparse; variable
/external/eigen/Eigen/src/Core/util/
DConstants.h494 struct Sparse {}; struct