Home
last modified time | relevance | path

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

/external/mesa3d/src/panfrost/bifrost/
Dgen_disasm.py54 def decode_op(instructions, is_fma): function
356 print(decode_op(states, True))
357 print(decode_op(states, False))
/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_string_ops.py438 decode_op = gen_string_ops.unicode_decode_with_offsets
440 decode_op = gen_string_ops.unicode_decode
441 flat_result = decode_op(
/external/tensorflow/tensorflow/python/ops/
Dimage_ops_test.py6026 def testWrongOp(self, decode_op, op_used): argument
6033 img = decode_op(bmp0)