Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/contrib/eager/python/
Devaluator_test.py106 prefix_count = {}
109 prefix_count[p] = prefix_count.get(p, 0) + 1
110 self.assertEqual({"outer_mean": 2, "mean": 2}, prefix_count)
/external/e2fsprogs/intl/
Dvasnprintf.c267 unsigned int prefix_count; in VASNPRINTF() local
566 prefix_count = 0; in VASNPRINTF()
571 prefixes[prefix_count++] = a.arg[dp->width_arg_index].a.a_int; in VASNPRINTF()
577 prefixes[prefix_count++] = a.arg[dp->precision_arg_index].a.a_int; in VASNPRINTF()
599 switch (prefix_count) \ in VASNPRINTF()
619 switch (prefix_count) \ in VASNPRINTF()
/external/oj-libjdwp/src/share/javavm/export/
Djvmti.h1397 jint prefix_count,
2349 jvmtiError SetNativeMethodPrefixes(jint prefix_count, in SetNativeMethodPrefixes()
2351 return functions->SetNativeMethodPrefixes(this, prefix_count, prefixes); in SetNativeMethodPrefixes()