Searched defs:feature_lists (Results 1 – 8 of 8) sorted by relevance
553 inline const ::tensorflow::FeatureLists& SequenceExample::feature_lists() const { in feature_lists() function558 ::tensorflow::FeatureLists* feature_lists) { in unsafe_arena_set_allocated_feature_lists()600 inline void SequenceExample::set_allocated_feature_lists(::tensorflow::FeatureLists* feature_lists)… in set_allocated_feature_lists()
267 SequenceExample::_Internal::feature_lists(const SequenceExample* msg) { in feature_lists() function in tensorflow::SequenceExample::_Internal
301 FeatureLists feature_lists = 2; field
42 feature_lists = lambda d: feature_pb2.FeatureLists(feature_list=d) function
53 feature_lists = lambda d: feature_pb2.FeatureLists(feature_list=d) function
49 feature_lists = lambda d: feature_pb2.FeatureLists(feature_list=d) function
92 static struct erofsdump_feature feature_lists[] = { variable
1071 const FeatureLists& feature_lists = ex.feature_lists(); in Compute() local