Home
last modified time | relevance | path

Searched refs:getControlType (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/core/ir/
Dinterfaces_test.cc35 state.addTypes(dialect->getControlType()); in TEST()
67 state.addTypes(dialect->getControlType()); in TEST()
Dtf_op_wrapper.h76 ControlType ctl_type = getDialect()->getControlType(); in splitOperands()
Dops.cc202 ControlType control_ty = getControlType(); in printCustomTfOp()
344 ControlType control_ty = dialect->getControlType(); in VerifyGenericTFGOperation()
464 Type control_type = getDialect()->getControlType(); in verifyBody()
876 cast<TFGraphDialect>(op->getDialect())->getControlType(); in VerifyOperands()
891 cast<TFGraphDialect>(op->getDialect())->getControlType(); in VerifyResults()
Dtf_op_wrapper_test.cc100 state.addTypes(tfg_dialect->getControlType()); in TEST()
Ddialect.td127 ControlType getControlType() const { return control_ty_; }
/external/autotest/frontend/client/src/autotest/afe/
DControlTypeSelect.java17 public String getControlType() { in getControlType() method in ControlTypeSelect
/external/tensorflow/tensorflow/core/transforms/functional_to_region/
Dimpl.cc61 return SplitDataAndControlValues(values, dialect_.getControlType()); in SplitControl()
277 ControlType control_ty = dialect_.getControlType(); in CloneAndReorderArgs()
332 ControlType control_ty = this->dialect_.getControlType(); in matchAndRewrite()
398 ControlType control_ty = this->dialect_.getControlType(); in matchAndRewrite()
/external/tensorflow/tensorflow/core/ir/importexport/
Dgraphdef_import.cc95 placeholder_state_.addTypes(dialect_->getControlType()); in GraphDefImporter()
560 body->addArgument(dialect_->getControlType(), data.getLoc()); in ConvertFunctionDef()
821 state.types.push_back(dialect_->getControlType()); in ConvertNodeDef()
Dgraphdef_export.cc461 bool is_control = value.getType() == dialect->getControlType(); in GetValueName()
/external/tensorflow/tensorflow/core/transforms/region_to_functional/
Dimpl.cc416 ControlType control_ty = dialect_.getControlType(); in CollectValuesDefinedAbove()
561 if (arg.getType() == dialect_.getControlType()) in TryFindName()
601 arg_types.append({operand.getType(), dialect_.getControlType()}); in CreateFunc()
/external/autotest/frontend/client/src/autotest/afe/create/
DCreateJobViewPresenter.java711 new JSONString(controlTypeSelect.getControlType())); in submitJob()
766 if (controlTypeSelect.getControlType() == "Client") { in submitJob()