Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc355 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 …]
Dtf_executor_ops.td456 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/
Dautoserv_utils.py103 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)
Dsequence.py153 control_type=control_data.CONTROL_TYPE.SERVER,
Dfrontend.py644 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/
Dbreakup-islands.cc144 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()
Dexecutor_to_control_dialect.cc67 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/
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.cc62 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/
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
1583 return self.control_type == control_data.CONTROL_TYPE.SERVER
1618 control_type=options['control_type'],
/external/autotest/site_utils/
Dtest_push.py139 control_type='Server', control_file=c, hosts=[hostname])
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/tests/
Dtf_executor_ops.mlir3 // CHECK-LABEL: func @control_type() -> !tf_executor.control
4 func @control_type() -> !tf_executor.control
/external/autotest/server/cros/dynamic_suite/
Dsuite_unittest.py332 control_type=mox.IgnoreArg(),
Dsuite.py398 control_type=test.test_type.capitalize(),
/external/autotest/database/
Dschema_129.sql396 `control_type` int(11) DEFAULT NULL,