Home
last modified time | relevance | path

Searched refs:assert_splits_match (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/ops/ragged/
Dragged_util.py31 def assert_splits_match(nested_splits_lists): function
Dragged_functional_ops.py123 ragged_util.assert_splits_match(nested_splits_lists)):
Dragged_concat_ops.py201 with ops.control_dependencies(ragged_util.assert_splits_match(splits)):
Dragged_array_ops.py122 ragged_util.assert_splits_match(splits_list)):
Dragged_dispatch.py148 ragged_util.assert_splits_match(nested_splits_lists)):
/external/tensorflow/tensorflow/python/keras/
Dlosses.py1271 assertion_list = ragged_util.assert_splits_match(nested_splits_list)