HomeSort by relevance Sort by last modified time
    Searched full:target_log_prob (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/bayesflow/python/kernel_tests/
hmc_test.py 471 def target_log_prob(x): function in function:HMCTest._ais_gets_correct_log_normalizer
484 target_log_prob_fn=target_log_prob,
568 def target_log_prob(x): function in function:HMCTest.testSampleAIChainSeedReproducibleWorksCorrectly
575 target_log_prob_fn=target_log_prob,
693 def target_log_prob(x, y): function in function:HMCTest.testChainWorksCorrelatedMultivariate
706 target_log_prob_fn=target_log_prob,
732 target_log_prob, proposed_target_log_prob = [
734 num_chains = len(target_log_prob)
739 target_log_prob = ops.convert_to_tensor(target_log_prob)
824 def target_log_prob(x, y): function in function:_HMCHandlesLists.testStateParts
    [all...]
  /external/tensorflow/tensorflow/contrib/bayesflow/python/ops/
hmc_impl.py 186 def target_log_prob(w):
193 target_log_prob_fn=target_log_prob,
238 representing gradient of `target_log_prob` at the `current_state` and wrt
622 other_results.target_log_prob,
    [all...]

Completed in 1307 milliseconds