Home
last modified time | relevance | path

Searched defs:FeatureProtos (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h433 struct FeatureProtos { struct
449 // Map from feature name to FeatureProtos for that feature. argument
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc1821 struct FeatureProtos { struct
1825 std::vector<StringPiece> protos;
1826 std::vector<bool> protos_present;
1829 size_t length; // total length for ragged/sparse, max row length for dense.
1830 size_t num_rows; // only populated for ragged sequence features.
1833 Type type; // Whether this feature is sparse, ragged, or dense.
1834 DataType dtype;