Home
last modified time | relevance | path

Searched refs:node_constraints (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/system/secretkeeper/dice_policy/src/
H A Dlib.rs216 for (n, (dice_node, node_constraints)) in in matches_dice_chain()
228 check_constraints_on_node(node_constraints, &dice_node_payload) in matches_dice_chain()
236 node_constraints: &NodeConstraints, in check_constraints_on_node()
239 for constraint in node_constraints.0.iter() { in check_constraints_on_node()
/aosp_15_r20/system/secretkeeper/dice_policy/building/src/
H A Dlib.rs273 let mut node_constraints: Vec<Constraint> = Vec::new(); in constraints_on_dice_node() localVariable
287 node_constraints.push(constraint); in constraints_on_dice_node()
295 Ok(NodeConstraints(node_constraints.into_boxed_slice())) in constraints_on_dice_node()
/aosp_15_r20/external/tensorflow/tensorflow/cc/framework/
H A Dscope.cc274 std::vector<string> node_constraints; in GetColocationConstraints() local
275 if (TryGetNodeAttr(attrs, kColocationAttrName, &node_constraints)) { in GetColocationConstraints()
276 for (const string& entry : node_constraints) { in GetColocationConstraints()