concepts.pdsketch.regression_utils.create_find_expression_variable_placeholder#

create_find_expression_variable_placeholder(variable, bounded_variables)[source]#

Create a TensorValue that corresponds to a variable inside a FindExpression. Unlike _create_find_expression_variable, this function only creates placeholder variables.

Parameters:
  • variable (Variable) – the variable in the FindExpression.

  • bounded_variables (Dict[Variable, Any]) – the already bounded variables.