Home
last modified time | relevance | path

Searched defs:existing_ops (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/avb/examples/cert/
H A Davb_cert_slot_verify.c77 const AvbCertOps* existing_ops, AvbCertOpsWithContext* ops_with_context) { in setup_ops_with_context()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.cc572 auto& existing_ops = registry.ops_[registration->name]; in XlaOpRegistrar() local