Home
last modified time | relevance | path

Searched refs:f_offset (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/rnn/
Dlstm_ops_gpu.cu.cc160 const int f_offset = gate_f_offset(gate_layout, cell_size); in lstm_gates() local
167 f_local = sigmoid_op(gates[f_offset + gid] + b[f_offset + act_id] + in lstm_gates()
170 f_local = sigmoid_op(gates[f_offset + gid] + b[f_offset + act_id] + in lstm_gates()
/external/tensorflow/tensorflow/lite/delegates/gpu/cl/kernels/
Dconvolution_transposed_3x3_thin.cc145 const std::string f_offset = std::to_string(filters_index); in GenerateConvolutionTransposedCode() local
148 c += " __constant FLT4* L0 = filters + 36 * " + f_offset + ";\n"; in GenerateConvolutionTransposedCode()
/external/libhevc/encoder/
Dbit_allocation.c469 float f_bits_cur_pic, f_offset; in get_bits_based_on_complexity() local
475 f_offset = ((float)i4_offset) / 1000; in get_bits_based_on_complexity()
478 (ps_bit_allocation->i4_avg_qscale_gop_first_pass * f_offset); in get_bits_based_on_complexity()