Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing_test.cc352 std::vector<Feature::KindCase> feat_types( in Fuzz() local
362 auto ftype_idx = rng->Rand32() % feat_types.size(); in Fuzz()
364 switch (static_cast<Feature::KindCase>(feat_types[ftype_idx])) { in Fuzz()