Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/util/
H A Dexample_proto_helper.h327 struct ParseSingleSequenceExampleAttrs { struct
330 Status Init(ContextType* ctx) { in Init()
351 int64_t num_context_sparse;
352 int64_t num_context_dense;
353 int64_t num_feature_list_sparse;
354 int64_t num_feature_list_dense;
355 std::vector<DataType> context_sparse_types;
356 std::vector<DataType> context_dense_types;
357 std::vector<TensorShape> context_dense_shapes;
358 std::vector<DataType> feature_list_sparse_types;
[all …]