Home
last modified time | relevance | path

Searched refs:add_y (Results 1 – 6 of 6) sorted by relevance

/external/ComputeLibrary/examples/
Dgraph_deepspeech_v0_4_1.cpp132 SubStream add_y(graph); in do_setup() local
138 add_y << InputLayer(state_descriptor, in do_setup()
155 …_state_1 = add_lstm_cell(unstack_nid, 0, previous_state, previous_state, add_y, lstm_fc_weights, … in do_setup()
156 …2 = add_lstm_cell(unstack_nid, 1, new_state_1.first, new_state_1.second, add_y, lstm_fc_weights, … in do_setup()
157 …3 = add_lstm_cell(unstack_nid, 2, new_state_2.first, new_state_2.second, add_y, lstm_fc_weights, … in do_setup()
158 …4 = add_lstm_cell(unstack_nid, 3, new_state_3.first, new_state_3.second, add_y, lstm_fc_weights, … in do_setup()
159 …5 = add_lstm_cell(unstack_nid, 4, new_state_4.first, new_state_4.second, add_y, lstm_fc_weights, … in do_setup()
160 …6 = add_lstm_cell(unstack_nid, 5, new_state_5.first, new_state_5.second, add_y, lstm_fc_weights, … in do_setup()
161 …7 = add_lstm_cell(unstack_nid, 6, new_state_6.first, new_state_6.second, add_y, lstm_fc_weights, … in do_setup()
162 …8 = add_lstm_cell(unstack_nid, 7, new_state_7.first, new_state_7.second, add_y, lstm_fc_weights, … in do_setup()
[all …]
/external/webp/sharpyuv/
Dsharpyuv_csp.c32 float add_y = 0.0f; in SharpYuvComputeConversionMatrix() local
42 add_y = (float)(16 << shift); in SharpYuvComputeConversionMatrix()
48 matrix->rgb_to_y[3] = ToFixed16(add_y); in SharpYuvComputeConversionMatrix()
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/
Dserialization.cc240 shape_builder.add_y(shape.y); in operator ()()
247 shape_builder.add_y(shape.y); in operator ()()
311 uint3_builder.add_y(v.y); in Encode()
/external/tensorflow/tensorflow/lite/delegates/gpu/common/task/
Dserialization_base_generated.h434 void add_y(int32_t y) { in add_y() function
463 builder_.add_y(y);
500 void add_y(int32_t y) { in add_y() function
524 builder_.add_y(y);
556 void add_y(int32_t y) { in add_y() function
575 builder_.add_y(y);
Dserialization_base.cc313 int2_builder.add_y(v.y); in Encode()
321 int3_builder.add_y(v.y); in Encode()
/external/scapy/test/
Dregression.uts1362 def add_y(self):