Home
last modified time | relevance | path

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

/external/brotli/c/enc/
Dliteral_cost.c40 size_t last_c = 0; in DecideMultiByteStatsLevel() local
44 ++counts[UTF8Position(last_c, c, 2)]; in DecideMultiByteStatsLevel()
45 last_c = c; in DecideMultiByteStatsLevel()
68 size_t last_c = 0; in EstimateBitCostsForLiteralsUTF8() local
74 utf8_pos = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
75 last_c = c; in EstimateBitCostsForLiteralsUTF8()
85 size_t last_c = in EstimateBitCostsForLiteralsUTF8() local
87 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
94 size_t last_c = data[(pos + i + window_half - 2) & mask]; in EstimateBitCostsForLiteralsUTF8() local
95 size_t utf8_pos2 = UTF8Position(last_c, c, max_utf8); in EstimateBitCostsForLiteralsUTF8()
[all …]
/external/tensorflow/tensorflow/python/grappler/
Dhierarchical_controller.py699 last_c, last_h, attn_mem = self.encode(x)
703 x, last_c, last_h, attn_mem, mode="sample"))
707 last_c,
714 x, last_c, last_h, attn_mem, mode="greedy"))
796 last_c = array_ops.concat([c_forward, c_backward], axis=1)
819 last_c = c
832 return last_c, last_h, attn_mem
836 last_c, argument
935 constant_op.constant(0, dtype=dtypes.int32), last_c, last_h, actions,
940 last_c = loop_outputs[-4]