Searched refs:op_code_idx (Results 1 – 3 of 3) sorted by relevance
124 const uint32_t op_code_idx = op->opcode_index(); in GetProducerOpCode() local125 *op_code = GetBuiltinCode(model->operator_codes()->Get(op_code_idx)); in GetProducerOpCode()199 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local200 ASSERT_EQ(GetBuiltinCode(output_model->operator_codes()->Get(op_code_idx)), in TEST_F()258 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local259 if (GetBuiltinCode(output_model->operator_codes()->Get(op_code_idx)) == in TEST_F()317 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local318 if (GetBuiltinCode(output_model->operator_codes()->Get(op_code_idx)) == in TEST_F()368 const uint32_t op_code_idx = op->opcode_index(); in TEST_F() local370 GetBuiltinCode(output_model->operator_codes()->Get(op_code_idx)); in TEST_F()[all …]
45 int op_code_idx = model->operator_codes.size() - 1; in GetOrInsertOpCodeIndex() local46 model->operator_codes[op_code_idx]->builtin_code = op_code; in GetOrInsertOpCodeIndex()47 model->operator_codes[op_code_idx]->deprecated_builtin_code = in GetOrInsertOpCodeIndex()50 model->operator_codes[op_code_idx]->version = version; in GetOrInsertOpCodeIndex()53 return op_code_idx; in GetOrInsertOpCodeIndex()
304 int op_code_idx = model->operator_codes.size() - 1; in GetOrInsertDequantizeOpCodeIndex() local305 model->operator_codes[op_code_idx]->builtin_code = BuiltinOperator_DEQUANTIZE; in GetOrInsertDequantizeOpCodeIndex()306 model->operator_codes[op_code_idx]->deprecated_builtin_code = in GetOrInsertDequantizeOpCodeIndex()309 model->operator_codes[op_code_idx]->version = 2; in GetOrInsertDequantizeOpCodeIndex()312 return op_code_idx; in GetOrInsertDequantizeOpCodeIndex()