/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_executor.cc | 355 Type control_type = ControlType::get(island.getContext()); in Verify() local 357 if (island.getResult(operand_idx).getType() == control_type) in Verify() 395 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseIslandOp() local 402 SmallVector<Type, 2> types(op_infos.size(), control_type); in ParseIslandOp() 431 result.types.push_back(control_type); in ParseIslandOp() 496 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseSwitchOp() local 498 result.types.push_back(control_type); in ParseSwitchOp() 502 types.append(op_infos.size() - 2, control_type); in ParseSwitchOp() 604 Type control_type = ControlType::get(builder.getContext()); in ParseSwitchNOp() local 605 types.append(op_infos.size() - 2, control_type); in ParseSwitchNOp() [all …]
|
D | tf_executor_ops.td | 456 Type control_type = ControlType::get(builder->getContext()); 457 result.types = { result_type, token_type, control_type }; 604 Type control_type = ControlType::get(builder->getContext()); 605 result.types = {control_type};
|
/external/autotest/server/ |
D | autoserv_utils.py | 103 control_type = getattr(job, 'control_type', None) 110 if control_type is not None: # still want to enter if control_type==0 112 control_type)
|
D | sequence.py | 153 control_type=control_data.CONTROL_TYPE.SERVER,
|
D | frontend.py | 644 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT, argument 647 control_file=control_file, control_type=control_type, **dargs)
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | breakup-islands.cc | 144 const tf_executor::ControlType& control_type, in CreateIsland() argument 149 loc, result_types, control_type, control_inputs); in CreateIsland() 220 auto control_type = tf_executor::ControlType::get(&getContext()); in BreakUpIsland() local 241 auto island = CreateIsland({}, island_control_inputs, control_type, in BreakUpIsland() 274 control_type, sub_op.getLoc(), &sub_op, op); in BreakUpIsland() 285 auto island = CreateIsland({}, sink_island_controls, control_type, in BreakUpIsland()
|
D | executor_to_control_dialect.cc | 67 Type control_type = TFControlFlow::TFControlType::get(&getContext()); in runOnFunction() local 135 state.types.push_back(control_type); in runOnFunction() 203 state.types.push_back(control_type); in runOnFunction() 207 state.types.push_back(control_type); in runOnFunction()
|
/external/python/setuptools/ |
D | launcher.c | 170 void pass_control_to_child(DWORD control_type) { in pass_control_to_child() argument 181 BOOL control_handler(DWORD control_type) { in control_handler() argument 186 switch (control_type) { in control_handler()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | replicate_to_island.cc | 62 auto control_type = tf_executor::ControlType::get(island_op.getContext()); in ExpandReplicateIntoReplicas() local 80 island_op.getLoc(), output_types, control_type, replica_inputs); in ExpandReplicateIntoReplicas()
|
/external/autotest/frontend/afe/ |
D | rpc_utils.py | 746 control_type, argument 778 if control_type != control_data.CONTROL_TYPE_NAMES.SERVER: 808 control_type=control_type,
|
D | rpc_interface_unittest.py | 93 control_type=CLIENT, 792 control_type=CLIENT, 886 control_type=SERVER, **kwargs) 1344 control_type=CLIENT, 1358 control_type=CLIENT, 1373 control_type=CLIENT, 1388 control_type=CLIENT, 1460 control_type='Server', 1662 control_type=SERVER,
|
D | rpc_interface.py | 898 def create_job_page_handler(name, priority, control_file, control_type, argument 960 return create_job(name, priority, control_file, control_type, image=image, 969 control_type, argument 1045 control_type=control_type, 2008 control_type='Server',
|
D | models.py | 1516 control_type = dbmodels.SmallIntegerField( variable in Job 1583 return self.control_type == control_data.CONTROL_TYPE.SERVER 1618 control_type=options['control_type'],
|
/external/autotest/site_utils/ |
D | test_push.py | 139 control_type='Server', control_file=c, hosts=[hostname])
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_executor_ops.mlir | 3 // CHECK-LABEL: func @control_type() -> !tf_executor.control 4 func @control_type() -> !tf_executor.control
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite_unittest.py | 332 control_type=mox.IgnoreArg(),
|
D | suite.py | 398 control_type=test.test_type.capitalize(),
|
/external/autotest/database/ |
D | schema_129.sql | 396 `control_type` int(11) DEFAULT NULL,
|