Home
last modified time | relevance | path

Searched defs:probs (Results 1 – 25 of 76) sorted by relevance

1234

/external/libvpx/vp9/encoder/
Dvp9_cost.c39 static void cost(int *costs, vpx_tree tree, const vpx_prob *probs, int i, in cost()
56 void vp9_cost_tokens(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens()
60 void vp9_cost_tokens_skip(int *costs, const vpx_prob *probs, vpx_tree tree) { in vp9_cost_tokens_skip()
Dvp9_treewriter.h32 const vpx_prob *probs, int bits, int len, in vp9_write_tree()
42 const vpx_prob *probs, in vp9_write_token()
/external/xz-java/src/org/tukaani/xz/rangecoder/
DRangeEncoder.java99 public void encodeBit(short[] probs, int index, int bit) in encodeBit()
128 public void encodeBitTree(short[] probs, int symbol) throws IOException { in encodeBitTree()
144 public static int getBitTreePrice(short[] probs, int symbol) { in getBitTreePrice()
157 public void encodeReverseBitTree(short[] probs, int symbol) in encodeReverseBitTree()
170 public static int getReverseBitTreePrice(short[] probs, int symbol) { in getReverseBitTreePrice()
DRangeDecoder.java21 public int decodeBit(short[] probs, int index) throws IOException { in decodeBit()
44 public int decodeBitTree(short[] probs) throws IOException { in decodeBitTree()
54 public int decodeReverseBitTree(short[] probs) throws IOException { in decodeReverseBitTree()
/external/pytorch/torch/distributions/
Drelaxed_bernoulli.py44 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
85 def probs(self): member in LogitRelaxedBernoulli
134 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
151 def probs(self): member in RelaxedBernoulli
Drelaxed_categorical.py43 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
73 def probs(self): member in ExpRelaxedCategorical
122 def __init__(self, temperature, probs=None, logits=None, validate_args=None): argument
141 def probs(self): member in RelaxedOneHotCategorical
Dgeometric.py47 def __init__(self, probs=None, logits=None, validate_args=None): argument
103 def probs(self): member in Geometric
Dmultinomial.py61 def __init__(self, total_count=1, probs=None, logits=None, validate_args=None): argument
94 def probs(self): member in Multinomial
Dutils.py94 def clamp_probs(probs): argument
120 def probs_to_logits(probs, is_binary=False): argument
Dnegative_binomial.py38 def __init__(self, total_count, probs=None, logits=None, validate_args=None): argument
94 def probs(self): member in NegativeBinomial
Dcategorical.py53 def __init__(self, probs=None, logits=None, validate_args=None): argument
101 def probs(self): member in Categorical
Dbinomial.py51 def __init__(self, total_count=1, probs=None, logits=None, validate_args=None): argument
111 def probs(self): member in Binomial
Dbernoulli.py44 def __init__(self, probs=None, logits=None, validate_args=None): argument
97 def probs(self): member in Bernoulli
Done_hot_categorical.py45 def __init__(self, probs=None, logits=None, validate_args=None): argument
69 def probs(self): member in OneHotCategorical
/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
Dtopk_accuracy_eval_stage.cc92 auto probs = static_cast<float*>(model_output_); in Run() local
97 auto probs = static_cast<uint8_t*>(model_output_); in Run() local
102 auto probs = static_cast<int8_t*>(model_output_); in Run() local
/external/libvpx/vpx_dsp/
Dprob.c30 vpx_prob *probs) { in tree_merge_probs_impl()
45 const unsigned int *counts, vpx_prob *probs) { in vpx_tree_merge_probs()
/external/tensorflow/tensorflow/python/kernel_tests/random/
Drandom_binomial_test.py36 self, num, counts, probs, dtype, gen=None, sample_shape=None, seed=None): argument
170 def __init__(self, counts, probs): argument
/external/deqp/modules/gles2/stress/
Des2sLongRunningTests.cpp81 const Probs probs; in init() member
148 const Probs probs; in init() member
203 const Probs probs; in init() member
249 const Probs probs; in init() member
/external/deqp/modules/gles3/stress/
Des3sLongRunningTests.cpp81 const Probs probs; in init() member
148 const Probs probs; in init() member
203 const Probs probs; in init() member
249 const Probs probs; in init() member
/external/libopus/dnn/torch/lpcnet/utils/
Dsample.py33 def sample_excitation(probs, pitch_corr): argument
/external/tensorflow/tensorflow/python/ops/distributions/
Dcategorical.py160 probs=None, argument
251 def probs(self): member in Categorical
Dbernoulli.py49 probs=None, argument
105 def probs(self): member in Bernoulli
Dmultinomial.py159 probs=None, argument
226 def probs(self): member in Multinomial
/external/coreboot/util/cbfstool/lzma/C/
DLzmaDec.c27 #define TREE_GET_BIT(probs, i) { GET_BIT((probs + i), i); } argument
28 #define TREE_DECODE(probs, limit, i) \ argument
31 #define TREE_6_DECODE(probs, i) \ argument
50 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
127 CLzmaProb *probs = p->probs; in LzmaDec_DecodeReal() local
486 CLzmaProb *probs = p->probs; in LzmaDec_TryDummy() local
705 CLzmaProb *probs = p->probs; in LzmaDec_InitStateReal() local
/external/lzma/C/
DLzmaDec.c31 #define TREE_GET_BIT(probs, i) { GET_BIT2(probs + i, i, ;, ;); } argument
40 #define TREE_DECODE(probs, limit, i) \ argument
46 #define TREE_6_DECODE(probs, i) TREE_DECODE(probs, (1 << 6), i) argument
48 #define TREE_6_DECODE(probs, i) \ argument
79 #define TREE_DECODE_CHECK(probs, limit, i) \ argument
236 CLzmaProb *probs = GET_PROBS; in LZMA_DECODE_REAL() local
720 const CLzmaProb *probs = GET_PROBS; in LzmaDec_TryDummy() local
991 CLzmaProb *probs = p->probs; in LzmaDec_DecodeToDic() local

1234