Home
last modified time | relevance | path

Searched refs:kSparse (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/trace_processor/containers/
Dnullable_vector.h60 kSparse, enumerator
70 NullableVector() : NullableVector<T>(Mode::kSparse) {} in NullableVector()
80 static NullableVector<T> Sparse() { return NullableVector<T>(Mode::kSparse); } in Sparse()
171 Mode mode_ = Mode::kSparse;
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops_test.cc144 enum BenchmarkType { kDense, kSparse, kVarLenDense, kRagged }; enumerator
182 case kSparse: in ParseExample()
244 case kSparse: in ParseExampleV2()
256 auto& sparse_keys = (bm_type == kSparse) ? keys_t : empty_keys; in ParseExampleV2()
260 int num_sparse = opt.benchmark_type == kSparse ? num_keys : 0; in ParseExampleV2()
311 case kSparse: in ParseSingleExample()
333 typedef BenchmarkOptions<ExampleStore<BytesFiller>, kSparse> SparseString;
338 typedef BenchmarkOptions<ExampleStore<Int64Filler>, kSparse> SparseInt64;
343 typedef BenchmarkOptions<ExampleStore<FloatFiller>, kSparse> SparseFloat;