Home
last modified time | relevance | path

Searched refs:op_constraint (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/Bluetooth/system/gd/packet/parser/
Dgen_cpp.cc237 auto op_constraint = packet->parent_constraints_.find("op_code"); in generate_cpp_headers_one_file() local
238 if (op_constraint == packet->parent_constraints_.end()) { in generate_cpp_headers_one_file()
251 op_codes.insert(std::get<std::string>(op_constraint->second)); in generate_cpp_headers_one_file()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dlayout_assignment.cc292 auto op_constraint = constraints.InsertOperandLayoutConstraint( in SetOperandLayout() local
294 PushAddedConstraints(op_constraint); in SetOperandLayout()