Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/kernel_tests/
Dcontrol_flow_util_test.py47 self.assertFalse(control_flow_util.IsSwitch(test_ops.int_output().op))
65 self.assertFalse(control_flow_util.IsLoopEnter(test_ops.int_output().op))
75 self.assertFalse(control_flow_util.IsLoopExit(test_ops.int_output().op))
/external/tensorflow/tensorflow/contrib/timeseries/python/timeseries/
Dmath_utils_test.py237 ((float_output, double_output), int_output) = session.run(
251 int_output)
258 ((float_output, double_output), int_output) = session.run(
272 int_output)
/external/libaom/libaom/test/
Dav1_txfm_test.cc171 tran_low_t int_output[4]; in reference_adst_1d() local
172 fadst4_new(int_input, int_output); in reference_adst_1d()
174 out[i] = int_output[i]; in reference_adst_1d()
/external/tensorflow/tensorflow/python/framework/
Dops_test.py663 x = test_ops.int_output()
740 x = test_ops.int_output()
779 op3 = test_ops.int_output(name="myop").op
780 op4 = test_ops.int_output(name="myop_1").op
791 x = test_ops.int_output()
821 x = test_ops.int_output()
851 x = test_ops.int_output()
875 x = test_ops.int_output()