/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_executor.cc | 303 Type control_type = ControlType::get(island.getContext()); in Verify() local 305 if (island.getResult(operand_idx).getType() == control_type) in Verify() 343 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseIslandOp() local 350 SmallVector<Type, 2> types(op_infos.size(), control_type); in ParseIslandOp() 379 result.types.push_back(control_type); in ParseIslandOp() 422 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseSwitchOp() local 424 result.types.push_back(control_type); in ParseSwitchOp() 428 types.append(op_infos.size() - 2, control_type); in ParseSwitchOp() 561 Type control_type = ControlType::get(builder.getContext()); in ParseSwitchNOp() local 562 types.append(op_infos.size() - 2, control_type); in ParseSwitchNOp() [all …]
|
D | tf_executor_ops.td | 467 Type control_type = ControlType::get($_builder.getContext()); 468 $_state.types = { result_type, token_type, control_type }; 628 Type control_type = ControlType::get($_builder.getContext()); 629 $_state.types = {control_type};
|
/external/autotest/server/ |
D | autoserv_utils.py | 114 control_type = getattr(job, 'control_type', None) 121 if control_type is not None: # still want to enter if control_type==0 123 control_type)
|
D | sequence.py | 160 control_type=control_data.CONTROL_TYPE.SERVER,
|
D | frontend.py | 650 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT, argument 653 control_file=control_file, control_type=control_type, **dargs)
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/ |
D | breakup-islands.cc | 151 const tf_executor::ControlType& control_type, in CreateIsland() argument 156 loc, result_types, control_type, control_inputs); in CreateIsland() 225 auto control_type = tf_executor::ControlType::get(&getContext()); in BreakUpIsland() local 248 auto new_island = CreateIsland({}, island_control_inputs, control_type, in BreakUpIsland() 280 CreateIsland(sub_op.getResultTypes(), control, control_type, in BreakUpIsland() 292 auto new_island = CreateIsland({}, sink_island_controls, control_type, in BreakUpIsland()
|
/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 | 148 auto control_type = tf_executor::ControlType::get(island_op.getContext()); in ExpandReplicateIntoReplicas() local 162 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 1582 return self.control_type == control_data.CONTROL_TYPE.SERVER 1617 control_type=options['control_type'],
|
/external/autotest/site_utils/ |
D | test_push.py | 143 control_type='Server', control_file=c, hosts=[hostname])
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/ |
D | tf_executor_ops.mlir | 3 // CHECK-LABEL: func private @control_type() -> !tf_executor.control 4 func private @control_type() -> !tf_executor.control
|
/external/autotest/server/cros/dynamic_suite/ |
D | suite.py | 404 control_type=test.test_type.capitalize(),
|
D | suite_unittest.py | 339 control_type=mox.IgnoreArg(),
|
/external/autotest/database/ |
D | schema_129.sql | 396 `control_type` int(11) DEFAULT NULL,
|