Searched defs:else_ (Results 1 – 5 of 5) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | cwise_op_select.cc | 46 const Tensor* else_ = &ctx->input(2); in Compute() local 65 const Tensor* then, const Tensor* else_) { in ComputeBroadcasting() 112 const Tensor* then, const Tensor* else_) { in ComputeElementwise() 125 const Tensor* then, const Tensor* else_) { in ComputeScalar() 148 const Tensor* else_ = &ctx->input(2); in Compute() local
|
/external/python/cpython2/Lib/compiler/ |
D | ast.py | 503 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/angle/src/compiler/translator/tree_ops/msl/ |
D | SeparateCompoundExpressions.cpp | 497 TIntermTyped *else_ = node.getFalseExpression(); in visitTernaryPost() local
|
/external/tensorflow/tensorflow/core/ops/ |
D | math_ops.cc | 933 ShapeHandle else_ = c->input(2); in __anon328d24420502() local
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | constant_folding_test.cc | 4258 Output else_ = in TEST_F() local 4320 Output else_ = in TEST_F() local
|