Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/util/
Dport.h31 bool IsBuiltWithNvcc();
Dport.cc45 bool IsBuiltWithNvcc() { in IsBuiltWithNvcc() function
/external/tensorflow/tensorflow/python/util/
Dport_wrapper.cc24 m.def("IsBuiltWithNvcc", tensorflow::IsBuiltWithNvcc); in PYBIND11_MODULE()
/external/tensorflow/tensorflow/python/keras/optimizer_v2/
Dadadelta_test.py38 if not test_util.IsBuiltWithNvcc():
Dadagrad_test.py41 if not test_util.IsBuiltWithNvcc():
Drmsprop_test.py43 if not test_util.IsBuiltWithNvcc():
Doptimizer_v2_test.py67 if (not test_util.IsBuiltWithNvcc() and not test.is_built_with_rocm()):
/external/tensorflow/tensorflow/tools/def_file_filter/
Dsymbols_pybind.txt31 tensorflow::IsBuiltWithNvcc
/external/tensorflow/tensorflow/python/framework/
Dtest_util.py319 def IsBuiltWithNvcc(): function
320 return _pywrap_util_port.IsBuiltWithNvcc()