Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h636 const PreParserExpression& then_expression, in NewConditional()
/external/v8/src/ast/
Dast.h1958 Expression* then_expression() const { return then_expression_; } in then_expression() function
1965 Conditional(Expression* condition, Expression* then_expression, in Conditional()
3092 Expression* then_expression, in NewConditional()
/external/tensorflow/tensorflow/python/keras/
Dbackend.py4268 def switch(condition, then_expression, else_expression): argument