/external/tensorflow/tensorflow/core/util/ |
D | example_proto_fast_parsing.h | 67 struct Sparse { struct 68 Sparse(StringPiece feature_name, DataType dtype) in Sparse() function 74 tstring feature_name; 75 DataType dtype;
|
D | example_proto_fast_parsing.cc | 526 enum class Type { Dense, Sparse, Ragged }; enumerator
|
/external/libtextclassifier/native/utils/container/ |
D | bit-vector_test.cc | 54 TEST(BitVectorTest, Sparse) { in TEST() argument
|
/external/perfetto/src/trace_processor/containers/ |
D | nullable_vector.h | 80 static NullableVector<T> Sparse() { return NullableVector<T>(Mode::kSparse); } in Sparse() function
|
/external/zstd/contrib/pzstd/ |
D | Options.h | 22 enum class WriteMode { Regular, Auto, Sparse }; enumerator
|
/external/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 144 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() 155 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
|
/external/llvm-project/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 168 InstrProfWriter::InstrProfWriter(bool Sparse, bool InstrEntryBBEnabled) in InstrProfWriter() 180 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/ |
D | InstrProfWriter.cpp | 168 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter() 179 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
|
/external/rust/crates/regex-automata/src/nfa/ |
D | mod.rs | 117 Sparse { ranges: Box<[Transition]> }, enumerator
|
D | compiler.rs | 223 Sparse { ranges: Vec<Transition> }, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
D | SparseMultiSet.h | 123 SparseT *Sparse = nullptr; variable
|
/external/llvm-project/llvm/include/llvm/ADT/ |
D | SparseMultiSet.h | 123 SparseT *Sparse = nullptr; variable
|
/external/llvm/include/llvm/ADT/ |
D | SparseMultiSet.h | 116 SparseT *Sparse; variable
|
/external/tensorflow/tensorflow/lite/kernels/parse_example/ |
D | example_proto_fast_parsing.h | 372 enum class Type { Dense, Sparse, Ragged }; enumerator
|
/external/eigen/Eigen/src/Core/util/ |
D | Constants.h | 494 struct Sparse {}; struct
|
/external/rust/crates/aho-corasick/src/ |
D | nfa.rs | 391 Sparse(Vec<(u8, S)>), enumerator
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineVerifier.cpp | 2294 BitVector Sparse; member
|