Home
last modified time | relevance | path

Searched refs:RAISE (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks_test.py27 RAISE = execution_callbacks.ExecutionCallback.RAISE variable
39 with execution_callbacks.errstate(inf_or_nan=RAISE):
48 with execution_callbacks.errstate(inf_or_nan=RAISE):
Dexecution_callbacks.py48 RAISE = "raise" variable in ExecutionCallback
51 _DEFAULT_CALLBACK_ACTION = ExecutionCallback.RAISE
198 elif action == ExecutionCallback.RAISE:
/external/tensorflow/tensorflow/python/ops/
Dmath_grad_test.py37 RAISE = execution_callbacks.ExecutionCallback.RAISE variable
416 with execution_callbacks.errstate(inf_or_nan=RAISE):
/external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
DBlackfinInstrInfo.td820 def RAISE : F1<(outs), (ins i32imm:$itr), "raise $itr;", []>;