Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py45 for mro_to_a, parent_a in enumerate(hierarchy_a):
48 candidate_kl_fn = _DIVERGENCES.get((parent_a, parent_b), None)
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl16.c69 struct flock parent_a; member
462 thislock = &thiscase->parent_a; in run_test()