Home
last modified time | relevance | path

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

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