Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h67 struct Sparse { struct
68 Sparse(StringPiece feature_name, DataType dtype) in Sparse() function
74 tstring feature_name;
75 DataType dtype;
Dexample_proto_fast_parsing.cc526 enum class Type { Dense, Sparse, Ragged }; enumerator
/external/libtextclassifier/native/utils/container/
Dbit-vector_test.cc54 TEST(BitVectorTest, Sparse) { in TEST() argument
/external/perfetto/src/trace_processor/containers/
Dnullable_vector.h80 static NullableVector<T> Sparse() { return NullableVector<T>(Mode::kSparse); } in Sparse() function
/external/zstd/contrib/pzstd/
DOptions.h22 enum class WriteMode { Regular, Auto, Sparse }; enumerator
/external/llvm/lib/ProfileData/
DInstrProfWriter.cpp144 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter()
155 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
/external/llvm-project/llvm/lib/ProfileData/
DInstrProfWriter.cpp168 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/
DInstrProfWriter.cpp168 InstrProfWriter::InstrProfWriter(bool Sparse) in InstrProfWriter()
179 void InstrProfWriter::setOutputSparse(bool Sparse) { in setOutputSparse()
/external/rust/crates/regex-automata/src/nfa/
Dmod.rs117 Sparse { ranges: Box<[Transition]> }, enumerator
Dcompiler.rs223 Sparse { ranges: Vec<Transition> }, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DSparseMultiSet.h123 SparseT *Sparse = nullptr; variable
/external/llvm-project/llvm/include/llvm/ADT/
DSparseMultiSet.h123 SparseT *Sparse = nullptr; variable
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h116 SparseT *Sparse; variable
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h372 enum class Type { Dense, Sparse, Ragged }; enumerator
/external/eigen/Eigen/src/Core/util/
DConstants.h494 struct Sparse {}; struct
/external/rust/crates/aho-corasick/src/
Dnfa.rs391 Sparse(Vec<(u8, S)>), enumerator
/external/llvm-project/llvm/lib/CodeGen/
DMachineVerifier.cpp2294 BitVector Sparse; member