Home
last modified time | relevance | path

Searched defs:control_type (Results 1 – 8 of 8) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc303 Type control_type = ControlType::get(island.getContext()); in Verify() local
343 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseIslandOp() local
422 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseSwitchOp() local
561 Type control_type = ControlType::get(builder.getContext()); in ParseSwitchNOp() local
681 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseMergeOp() local
774 Type control_type = ControlType::get(context); in ParseEnterOp() local
857 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseExitOp() local
907 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseLoopCondOp() local
/external/python/setuptools/
Dlauncher.c170 void pass_control_to_child(DWORD control_type) { in pass_control_to_child()
181 BOOL control_handler(DWORD control_type) { in control_handler()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dbreakup-islands.cc151 const tf_executor::ControlType& control_type, in CreateIsland()
225 auto control_type = tf_executor::ControlType::get(&getContext()); in BreakUpIsland() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dreplicate_to_island.cc148 auto control_type = tf_executor::ControlType::get(island_op.getContext()); in ExpandReplicateIntoReplicas() local
/external/autotest/frontend/afe/
Drpc_interface.py898 def create_job_page_handler(name, priority, control_file, control_type, argument
969 control_type, argument
Drpc_utils.py746 control_type, argument
Dmodels.py1516 control_type = dbmodels.SmallIntegerField( variable in Job
/external/autotest/server/
Dfrontend.py650 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT, argument