Searched defs:ParseExampleAttrs (Results 1 – 1 of 1) sorted by relevance
163 struct ParseExampleAttrs { struct190 int64_t num_sparse;191 int64_t num_dense;192 int64_t num_ragged;193 std::vector<DataType> sparse_types;194 std::vector<DataType> dense_types;195 std::vector<DataType> ragged_value_types;196 std::vector<DataType> ragged_split_types;197 std::vector<PartialTensorShape> dense_shapes;198 std::vector<bool> variable_length;[all …]