Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/distributions/
Dkullback_leibler.py45 for mro_to_b, parent_b in enumerate(hierarchy_b):
47 candidate_kl_fn = _DIVERGENCES.get((parent_a, parent_b), None)
/external/ltp/testcases/kernel/syscalls/fcntl/
Dfcntl16.c70 struct flock parent_b; member
475 thislock = &thiscase->parent_b; in run_test()