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