Home
last modified time | relevance | path

Searched defs:Ragged (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.h78 struct Ragged { struct
79 Ragged(StringPiece feature_name, DataType dtype, DataType splits_dtype) in Ragged() function
86 tstring feature_name;
87 DataType dtype;
88 DataType splits_dtype;
Dexample_proto_fast_parsing.cc526 enum class Type { Dense, Sparse, Ragged }; enumerator
/external/tensorflow/tensorflow/lite/kernels/parse_example/
Dexample_proto_fast_parsing.h372 enum class Type { Dense, Sparse, Ragged }; enumerator