Home
last modified time | relevance | path

Searched defs:valid_dtypes (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tests/
Dscan_ops_test.py73 valid_dtypes = [np.float32, np.int32, np.int64] variable in CumsumTest
160 valid_dtypes = [np.float32, np.int32] variable in CumprodTest
/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
Dscan_ops_test.py71 valid_dtypes = [ variable in CumsumTest
204 valid_dtypes = [ variable in CumprodTest
/external/tensorflow/tensorflow/python/kernel_tests/math_ops/
Dcumulative_logsumexp_test.py29 valid_dtypes = [dtypes.float32, dtypes.float64] variable in CumulativeLogsumexpTest
/external/tensorflow/tensorflow/cc/gradients/
Dmath_grad.cc1136 static constexpr DataType valid_dtypes[] = { in IsFloatingPointDtype() local