Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc355 Type control_type = ControlType::get(island.getContext()); in Verify() local
395 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseIslandOp() local
496 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseSwitchOp() local
604 Type control_type = ControlType::get(builder.getContext()); in ParseSwitchNOp() local
724 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseMergeOp() local
815 Type control_type = ControlType::get(context); in ParseEnterOp() local
857 Type control_type = ControlType::get(context); in ParseNextIterationSourceOp() local
910 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseNextIterationSinkOp() local
941 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseExitOp() local
970 Type control_type = ControlType::get(parser.getBuilder().getContext()); in ParseControlTriggerOp() local
[all …]
/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.cc144 const tf_executor::ControlType& control_type, in CreateIsland()
220 auto control_type = tf_executor::ControlType::get(&getContext()); in BreakUpIsland() local
Dexecutor_to_control_dialect.cc67 Type control_type = TFControlFlow::TFControlType::get(&getContext()); in runOnFunction() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dreplicate_to_island.cc62 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.py644 control_type=control_data.CONTROL_TYPE_NAMES.CLIENT, argument