Searched refs:op_code_idx (Results 1 – 2 of 2) sorted by relevance
100 const uint32_t op_code_idx = op->opcode_index(); in GetProducerOpCode() local101 *op_code = model->operator_codes()->Get(op_code_idx)->builtin_code(); in GetProducerOpCode()175 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local176 ASSERT_EQ(output_model->operator_codes()->Get(op_code_idx)->builtin_code(), in TEST_F()228 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local229 if (output_model->operator_codes()->Get(op_code_idx)->builtin_code() == in TEST_F()279 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local281 output_model->operator_codes()->Get(op_code_idx)->builtin_code(); in TEST_F()313 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local315 output_model->operator_codes()->Get(op_code_idx)->builtin_code(); in TEST_F()
203 int op_code_idx = model->operator_codes.size() - 1; in GetOrInsertDequantizeOpCodeIndex() local204 model->operator_codes[op_code_idx]->builtin_code = BuiltinOperator_DEQUANTIZE; in GetOrInsertDequantizeOpCodeIndex()206 model->operator_codes[op_code_idx]->version = 2; in GetOrInsertDequantizeOpCodeIndex()209 return op_code_idx; in GetOrInsertDequantizeOpCodeIndex()