Home
last modified time | relevance | path

Searched refs:existing_ops (Results 1 – 4 of 4) sorted by relevance

/external/avb/examples/things/
Davb_atx_slot_verify.c77 const AvbAtxOps* existing_ops, AvbAtxOpsWithContext* ops_with_context) { in setup_ops_with_context() argument
79 ops_with_context->atx_ops = *existing_ops; in setup_ops_with_context()
/external/tensorflow/tensorflow/python/ops/
Dcritical_section_ops.py274 existing_ops = ops.get_default_graph().get_operations()
281 .difference(existing_ops))
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_registry.cc572 auto& existing_ops = registry.ops_[registration->name]; in XlaOpRegistrar() local
573 for (auto& existing : existing_ops) { in XlaOpRegistrar()
580 existing_ops.emplace_back(std::move(registration)); in XlaOpRegistrar()
/external/tensorflow/tensorflow/python/ops/parallel_for/
Dcontrol_flow_ops.py274 existing_ops = set(ops.get_default_graph().get_operations())
308 new_ops = set(ops.get_default_graph().get_operations()) - existing_ops