HomeSort by relevance Sort by last modified time
    Searched refs:op_code (Results 1 - 25 of 30) sorted by null

1 2

  /external/tensorflow/tensorflow/lite/tools/optimize/
subgraph_quantizer.h 42 TfLiteStatus QuantizeOpWithBias(BuiltinOperator op_code, OperatorT* op);
46 TfLiteStatus PropagateMinMaxForAvgAndMaxPool(BuiltinOperator op_code,
52 TfLiteStatus AsymmetricQuantizeSoftmax(BuiltinOperator op_code,
56 TfLiteStatus AsymmetricQuantizeInputsAndOutputs(BuiltinOperator op_code,
59 TfLiteStatus AsymmetricQuantizeTensor(BuiltinOperator op_code,
quantize_weights.cc 72 std::vector<int32_t> GetWeightInputIndices(const BuiltinOperator& op_code) {
73 if (op_code == BuiltinOperator_CONV_2D ||
74 op_code == BuiltinOperator_DEPTHWISE_CONV_2D ||
75 op_code == BuiltinOperator_FULLY_CONNECTED ||
76 op_code == BuiltinOperator_EMBEDDING_LOOKUP) {
78 } else if (op_code == BuiltinOperator_SVDF) {
81 } else if (op_code == BuiltinOperator_LSTM ||
82 op_code == BuiltinOperator_UNIDIRECTIONAL_SEQUENCE_LSTM) {
86 } else if (op_code == BuiltinOperator_RNN ||
87 op_code == BuiltinOperator_UNIDIRECTIONAL_SEQUENCE_RNN)
152 const BuiltinOperator op_code = local
236 const BuiltinOperator& op_code = model->operator_codes[i]->builtin_code; local
    [all...]
subgraph_quantizer.cc 56 bool OpHasOptionalBiasTensor(BuiltinOperator op_code) {
57 return op_code == BuiltinOperator_CONV_2D ||
58 op_code == BuiltinOperator_DEPTHWISE_CONV_2D;
68 const OpWithBiasTensors* GetInfoForOpWithBiasTensor(BuiltinOperator op_code) {
69 if (op_code == BuiltinOperator_CONV_2D) {
76 if (op_code == BuiltinOperator_DEPTHWISE_CONV_2D) {
197 BuiltinOperator op_code, int32_t tensor_idx) {
211 tensor_idx, EnumNameBuiltinOperator(op_code));
222 TfLiteStatus SubgraphQuantizer::QuantizeOpWithBias(BuiltinOperator op_code,
224 auto op_tensor_info = GetInfoForOpWithBiasTensor(op_code);
361 const BuiltinOperator op_code = local
    [all...]
quantize_model.cc 45 const BuiltinOperator op_code = local
49 EnumNameBuiltinOperator(op_code), subgraph_idx, op_idx);
quantize_weights_test.cc 94 tflite::BuiltinOperator* op_code) {
101 *op_code = model->operator_codes()->Get(op_code_idx)->builtin_code();
280 const auto op_code = local
282 if (op_code == BuiltinOperator_CONV_2D) {
314 const auto op_code = local
316 if (op_code == BuiltinOperator_CONV_2D) {
  /external/wpa_supplicant_8/src/eap_server/
eap_server_wsc.c 291 const u8 *buf, size_t len, u8 op_code)
294 if (op_code != data->in_op_code) {
297 op_code, data->in_op_code);
318 u8 flags, u8 op_code, u16 message_length,
336 data->in_op_code = op_code;
354 u8 op_code, flags; local
373 op_code = *pos++;
392 op_code, flags, message_length);
395 if (op_code != WSC_FRAG_ACK) {
397 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_server_mschapv2.c 18 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
123 ms->op_code = MSCHAPV2_OP_CHALLENGE;
161 ms->op_code = MSCHAPV2_OP_SUCCESS;
204 ms->op_code = MSCHAPV2_OP_FAILURE;
255 resp->op_code != MSCHAPV2_OP_RESPONSE) {
257 "ignore op %d", resp->op_code);
262 resp->op_code != MSCHAPV2_OP_SUCCESS &&
263 resp->op_code != MSCHAPV2_OP_FAILURE) {
265 "Failure - ignore op %d", resp->op_code);
270 resp->op_code != MSCHAPV2_OP_FAILURE)
    [all...]
eap_server_pax.c 98 pax->op_code = EAP_PAX_OP_STD_1;
139 pax->op_code = EAP_PAX_OP_STD_3;
201 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
204 resp->op_code, resp->flags, resp->mac_id, resp->dh_group_id,
210 resp->op_code != EAP_PAX_OP_STD_2) {
212 "ignore op %d", resp->op_code);
217 resp->op_code != EAP_PAX_OP_ACK) {
219 "ignore op %d", resp->op_code);
223 if (resp->op_code != EAP_PAX_OP_STD_2 &&
224 resp->op_code != EAP_PAX_OP_ACK)
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_wsc.c 368 const u8 *buf, size_t len, u8 op_code)
371 if (op_code != data->in_op_code) {
374 op_code, data->in_op_code);
395 u8 id, u8 flags, u8 op_code,
416 data->in_op_code = op_code;
435 u8 op_code, flags, id; local
453 op_code = *pos++;
474 op_code, flags, message_length);
477 if (op_code != WSC_FRAG_ACK) {
479 "in WAIT_FRAG_ACK state", op_code);
    [all...]
eap_pax.c 94 u8 id, u8 op_code, size_t plen)
105 pax->op_code = op_code;
354 wpa_printf(MSG_DEBUG, "EAP-PAX: received frame: op_code 0x%x "
357 req->op_code, req->flags, req->mac_id, req->dh_group_id,
419 if (req->op_code == EAP_PAX_OP_STD_1) {
442 switch (req->op_code) {
451 "op_code %d", req->op_code);
eap_mschapv2.c 32 u8 op_code; /* MSCHAPV2_OP_* */ member in struct:eap_mschapv2_hdr
172 ms->op_code = MSCHAPV2_OP_RESPONSE;
373 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in success
384 wpabuf_put_u8(resp, MSCHAPV2_OP_SUCCESS); /* op_code */
546 ms->op_code = MSCHAPV2_OP_CHANGE_PASSWORD;
695 /* Note: Only op_code of the EAP-MSCHAPV2 header is included in failure
702 wpabuf_put_u8(resp, MSCHAPV2_OP_FAILURE); /* op_code */
817 switch (ms->op_code) {
828 ms->op_code);
  /external/u-boot/arch/x86/cpu/broadwell/
iobp.c 119 int pch_iobp_exec(u32 addr, u16 op_code, u8 route_id, u32 *data, u8 *resp)
129 clrsetbits_le16(RCB_REG(IOBPS), 0xff00, op_code); local
  /device/google/bonito/sdm710/kernel-headers/media/
cam_sensor.h 107 uint8_t op_code; member in struct:cam_cmd_probe
130 uint8_t op_code; member in struct:i2c_rdwr_header
164 uint8_t op_code; member in struct:cam_cmd_conditional_wait
174 uint8_t op_code; member in struct:cam_cmd_unconditional_wait
cam_defs.h 58 uint32_t op_code; member in struct:cam_control
203 uint32_t op_code; member in struct:cam_packet_header
  /device/google/bonito/sdm710/original-kernel-headers/media/
cam_sensor.h 190 * @op_code : Don't Care
203 uint8_t op_code; member in struct:cam_cmd_probe
248 * @ op_code : Operation code
256 uint8_t op_code; member in struct:i2c_rdwr_header
332 * @op_code : Opcode
346 uint8_t op_code; member in struct:cam_cmd_conditional_wait
358 * @op_code : Opcode
363 uint8_t op_code; member in struct:cam_cmd_unconditional_wait
cam_defs.h 63 * @op_code: This is the op code for camera control
70 uint32_t op_code; member in struct:cam_control
318 * @op_code: Camera packet opcode
326 uint32_t op_code; member in struct:cam_packet_header
  /device/google/crosshatch/sdm845/kernel-headers/media/
cam_sensor.h 107 uint8_t op_code; member in struct:cam_cmd_probe
130 uint8_t op_code; member in struct:i2c_rdwr_header
164 uint8_t op_code; member in struct:cam_cmd_conditional_wait
174 uint8_t op_code; member in struct:cam_cmd_unconditional_wait
cam_defs.h 58 uint32_t op_code; member in struct:cam_control
203 uint32_t op_code; member in struct:cam_packet_header
  /device/google/crosshatch/sdm845/original-kernel-headers/media/
cam_sensor.h 190 * @op_code : Don't Care
203 uint8_t op_code; member in struct:cam_cmd_probe
248 * @ op_code : Operation code
256 uint8_t op_code; member in struct:i2c_rdwr_header
332 * @op_code : Opcode
346 uint8_t op_code; member in struct:cam_cmd_conditional_wait
358 * @op_code : Opcode
363 uint8_t op_code; member in struct:cam_cmd_unconditional_wait
cam_defs.h 63 * @op_code: This is the op code for camera control
70 uint32_t op_code; member in struct:cam_control
318 * @op_code: Camera packet opcode
326 uint32_t op_code; member in struct:cam_packet_header
  /external/wpa_supplicant_8/src/wps/
wps_i.h 197 enum wsc_op_code *op_code);
199 enum wsc_op_code op_code,
204 enum wsc_op_code *op_code);
206 enum wsc_op_code op_code,
wps_enrollee.c 453 enum wsc_op_code *op_code)
460 *op_code = WSC_MSG;
464 *op_code = WSC_MSG;
468 *op_code = WSC_MSG;
472 *op_code = WSC_MSG;
477 *op_code = WSC_NACK;
481 *op_code = WSC_ACK;
489 *op_code = WSC_NACK;
493 *op_code = WSC_Done;
502 if (*op_code == WSC_MSG && msg)
    [all...]
wps.c 192 * @op_code: Message OP Code
202 enum wsc_op_code op_code,
206 return wps_registrar_process_msg(wps, op_code, msg);
208 return wps_enrollee_process_msg(wps, op_code, msg);
215 * @op_code: Buffer for returning message OP Code
221 struct wpabuf * wps_get_msg(struct wps_data *wps, enum wsc_op_code *op_code)
224 return wps_registrar_get_msg(wps, op_code);
226 return wps_enrollee_get_msg(wps, op_code);
wps_er.c 1010 enum wsc_op_code op_code)
1014 res = wps_process_msg(sta->wps, op_code, msg);
1016 struct wpabuf *next = wps_get_msg(sta->wps, &op_code);
1092 enum wsc_op_code op_code = WSC_MSG; local
1096 op_code = WSC_ACK;
1099 op_code = WSC_NACK;
1102 op_code = WSC_Done;
1106 wps_er_sta_process(sta, msg, op_code);
1746 enum wsc_op_code op_code; local
    [all...]
  /external/wpa_supplicant_8/src/eap_common/
eap_pax_common.h 17 u8 op_code; member in struct:eap_pax_hdr
30 /* op_code: */

Completed in 4626 milliseconds

1 2