Home
last modified time | relevance | path

Searched defs:then_expression (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/parsing/
Dpreparser.h685 const PreParserExpression& then_expression, in NewConditional()
/external/v8/src/ast/
Dast.h2013 Expression* then_expression() const { return then_expression_; } in then_expression() function
2019 Conditional(Expression* condition, Expression* then_expression, in Conditional()
3159 Expression* then_expression, in NewConditional()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py3656 def switch(condition, then_expression, else_expression): argument