HomeSort by relevance Sort by last modified time
    Searched refs:expected_rt (Results 1 - 3 of 3) sorted by null

  /external/compiler-rt/test/builtins/Unit/
umodti3_test.c 34 utwords expected_rt; local
35 expected_rt.all = expected_r;
39 expected_rt.s.high, expected_rt.s.low);
udivmodti4_test.c 36 utwords expected_rt; local
37 expected_rt.all = expected_r;
47 expected_rt.s.high, expected_rt.s.low);
    [all...]
  /external/tensorflow/tensorflow/python/ops/ragged/
ragged_map_fn_op_test.py 169 expected_rt = ragged_factory_ops.constant(
171 self.assertRaggedEqual(expected_rt, output)

Completed in 190 milliseconds