Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/python/feature_column/
H A Dfeature_column.py1154 fc_utils.assert_string_or_int(dtype, prefix='column_name: {}'.format(key))
1267 fc_utils.assert_string_or_int(dtype, prefix='column_name: {}'.format(key))
1375 fc_utils.assert_string_or_int(
1383 fc_utils.assert_string_or_int(dtype, prefix='column_name: {}'.format(key))
2784 fc_utils.assert_string_or_int(
2839 fc_utils.assert_string_or_int(
2891 fc_utils.assert_string_or_int(
H A Dfeature_column_v2.py1237 fc_utils.assert_string_or_int(dtype, prefix='column_name: {}'.format(key))
1470 fc_utils.assert_string_or_int(dtype, prefix='column_name: {}'.format(key))
1580 fc_utils.assert_string_or_int(
1588 fc_utils.assert_string_or_int(dtype, prefix='column_name: {}'.format(key))
3400 fc_utils.assert_string_or_int(
3568 fc_utils.assert_string_or_int(
3672 fc_utils.assert_string_or_int(
H A Dutils.py51 def assert_string_or_int(dtype, prefix): function