Home
last modified time | relevance | path

Searched refs:control_type (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc303 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 …]
Dtf_executor_ops.td467 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/
Dautoserv_utils.py114 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)
Dsequence.py160 control_type=control_data.CONTROL_TYPE.SERVER,
Dfrontend.py650 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/
Dbreakup-islands.cc151 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/
Dlauncher.c170 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/
Dreplicate_to_island.cc148 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/
Drpc_utils.py746 control_type, argument
778 if control_type != control_data.CONTROL_TYPE_NAMES.SERVER:
808 control_type=control_type,
Drpc_interface_unittest.py93 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,
Drpc_interface.py898 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',
Dmodels.py1516 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/
Dtest_push.py143 control_type='Server', control_file=c, hosts=[hostname])
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_executor_ops.mlir3 // CHECK-LABEL: func private @control_type() -> !tf_executor.control
4 func private @control_type() -> !tf_executor.control
/external/autotest/server/cros/dynamic_suite/
Dsuite.py404 control_type=test.test_type.capitalize(),
Dsuite_unittest.py339 control_type=mox.IgnoreArg(),
/external/autotest/database/
Dschema_129.sql396 `control_type` int(11) DEFAULT NULL,