Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/ops/risc/
H A Drisc_ops.py32 def risc_binary_arithmetic(x, y, op_type, name='RISC_BinaryArithmetic'): function
33 return gen_risc_ops.risc_binary_arithmetic(x, y, op_type=op_type, name=name)