Searched refs:getControlType (Results 1 – 11 of 11) sorted by relevance
35 state.addTypes(dialect->getControlType()); in TEST()67 state.addTypes(dialect->getControlType()); in TEST()
76 ControlType ctl_type = getDialect()->getControlType(); in splitOperands()
202 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()
100 state.addTypes(tfg_dialect->getControlType()); in TEST()
127 ControlType getControlType() const { return control_ty_; }
17 public String getControlType() { in getControlType() method in ControlTypeSelect
61 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()
95 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()
461 bool is_control = value.getType() == dialect->getControlType(); in GetValueName()
416 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()
711 new JSONString(controlTypeSelect.getControlType())); in submitJob()766 if (controlTypeSelect.getControlType() == "Client") { in submitJob()