Home
last modified time | relevance | path

Searched refs:f_offset (Results 1 – 4 of 4) 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/common/tasks/
Dconvolution_transposed_3x3_thin.cc149 const std::string f_offset = std::to_string(filters_index); in GenerateConvolutionTransposedCode() local
152 c += " __constant FLT4* L0 = args.weights.GetPtr() + 36 * " + f_offset + 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()
/external/libabigail/src/
Dabg-ir.cc21025 ssize_t f_offset = get_member_function_vtable_offset(f); in operator ()() local
21027 if (f_offset != s_offset) return f_offset < s_offset; in operator ()()