Searched refs:existing_ops (Results 1 – 4 of 4) sorted by relevance
77 const AvbAtxOps* existing_ops, AvbAtxOpsWithContext* ops_with_context) { in setup_ops_with_context() argument79 ops_with_context->atx_ops = *existing_ops; in setup_ops_with_context()
274 existing_ops = ops.get_default_graph().get_operations()281 .difference(existing_ops))
572 auto& existing_ops = registry.ops_[registration->name]; in XlaOpRegistrar() local573 for (auto& existing : existing_ops) { in XlaOpRegistrar()580 existing_ops.emplace_back(std::move(registration)); in XlaOpRegistrar()
274 existing_ops = set(ops.get_default_graph().get_operations())308 new_ops = set(ops.get_default_graph().get_operations()) - existing_ops