Home
last modified time | relevance | path

Searched refs:num_added (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2090 size_t num_added; in FastParseSequenceExample() local
2093 num_added = ParseBytesFeature(&stream, out_bytes); in FastParseSequenceExample()
2094 out_bytes += num_added; in FastParseSequenceExample()
2097 num_added = ParseFloatFeature(&stream, out_float); in FastParseSequenceExample()
2098 out_float += num_added; in FastParseSequenceExample()
2101 num_added = ParseInt64Feature(&stream, out_int64); in FastParseSequenceExample()
2102 out_int64 += num_added; in FastParseSequenceExample()
2108 num_elements += num_added; in FastParseSequenceExample()
2162 size_t num_added; in FastParseSequenceExample() local
2165 num_added = ParseBytesFeature(&stream, out_bytes); in FastParseSequenceExample()
[all …]
/external/mesa3d/src/gallium/state_trackers/wgl/
Dstw_pixelformat.c233 unsigned num_added = 0; in add_color_format_variants() local
278 num_added++; in add_color_format_variants()
285 return num_added; in add_color_format_variants()