| /external/tensorflow/tensorflow/core/util/ | 
| D | example_proto_fast_parsing.h | 43   struct Dense {  struct 44     Dense(StringPiece feature_name, DataType dtype, PartialTensorShape shape,  in Dense()  argument 56     tstring feature_name; 57     DataType dtype; 61     PartialTensorShape shape; 62     Tensor default_value; 63     bool variable_length; 64     std::size_t elements_per_stride;
  | 
| D | example_proto_fast_parsing.cc | 541 enum class Type { Dense, Sparse, Ragged };  enumerator
  | 
| /external/tensorflow/tensorflow/python/layers/ | 
| D | core.py | 23 Dense = core.Dense  variable
  | 
| /external/perfetto/src/trace_processor/containers/ | 
| D | nullable_vector_unittest.cc | 73 TEST(NullableVector, Dense) {  in TEST()  argument
  | 
| D | nullable_vector.h | 68   static NullableVector<T> Dense() { return NullableVector<T>(Mode::kDense); }  in Dense()  function
  | 
| /external/libtextclassifier/native/utils/container/ | 
| D | bit-vector_test.cc | 28 TEST(BitVectorTest, Dense) {  in TEST()  argument
  | 
| /external/rust/crates/aho-corasick/src/ | 
| D | nfa.rs | 331 struct Dense<S>(Vec<S>);  struct 333 impl<S> Dense<S>  implementation 347 impl<S> Index<u8> for Dense<S> {  implementation 358 impl<S> IndexMut<u8> for Dense<S> {  implementation 381     Dense(Dense<S>),  enumerator
  | 
| /external/tensorflow/tensorflow/python/keras/legacy_tf_layers/ | 
| D | core.py | 31 class Dense(keras_layers.Dense, base.Layer):  class
  | 
| /external/tensorflow/tensorflow/tools/consistency_integration_test/ | 
| D | function_io_tests.py | 185       class Dense(tf.Module):  class
  | 
| /external/tensorflow/tensorflow/python/distribute/ | 
| D | sharded_variable_test.py | 764     class Dense(module.Module):  class
  | 
| /external/llvm/include/llvm/ADT/ | 
| D | SparseMultiSet.h | 115   DenseT Dense;  variable
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ | 
| D | SparseMultiSet.h | 122   DenseT Dense;  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 | 507 struct Dense {};  struct
  | 
| /external/tensorflow/tensorflow/python/keras/layers/ | 
| D | core.py | 1077 class Dense(Layer):  class
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | NewGVN.cpp | 3561     const CongruenceClass &Dense, SmallVectorImpl<ValueDFS> &DFSOrderedSet,  in convertClassToDFSOrdered() 3652     const CongruenceClass &Dense,  in convertClassToLoadsAndStores()
  |