HomeSort by relevance Sort by last modified time
    Searched refs:cops (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/graph_editor/
reroute.py 454 def remove_control_inputs(op, cops):
455 """Remove the control inputs cops from co.
462 cops: an object convertible to a list of `tf.Operation`.
465 ValueError: if any cop in cops is not a control input of op.
469 cops = _util.make_list_of_op(cops, allow_graph=False)
470 for cop in cops:
475 op._control_inputs = [cop for cop in op._control_inputs if cop not in cops]
480 def add_control_inputs(op, cops):
481 """Add the control inputs cops to op
    [all...]
edit.py 47 cops = [cop for cop in op.control_inputs if cop not in sgv.ops]
48 reroute.remove_control_inputs(op, cops)
  /system/bt/include/hardware/
bluetooth_headset_interface.h 118 * Response for COPS (Query Operator Selection) command
120 * @param cops Operator Name, max length 16 char, p32 HFP 1.7.1 spec
124 virtual bt_status_t CopsResponse(const char* cops, RawAddress* bd_addr) = 0;
  /system/bt/btif/src/
btif_hf.cc 695 bt_status_t CopsResponse(const char* cops, RawAddress* bd_addr) override;
    [all...]

Completed in 896 milliseconds