Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcwise_op_select.cc49 const Tensor* else_; in Compute() local
71 const Tensor* then, const Tensor* else_) { in ComputeBroadcasting()
118 const Tensor* then, const Tensor* else_) { in ComputeElementwise()
131 const Tensor* then, const Tensor* else_) { in ComputeScalar()
/external/python/cpython2/Lib/compiler/
Dast.py503 def __init__(self, assign, list, body, else_, lineno=None): argument
692 def __init__(self, tests, else_, lineno=None): argument
714 def __init__(self, test, then, else_, lineno=None): argument
1270 def __init__(self, body, handlers, else_, lineno=None): argument
1354 def __init__(self, test, body, else_, lineno=None): argument
/external/v8/src/parsing/
Dscanner.h643 inline Token::Value Select(uc32 next, Token::Value then, Token::Value else_) { in Select()