Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/python/ops/
Dcontrol_flow_ops.py1251 nest.map_structure(_cast_indexed_slice_indices, orig_res_t, orig_res_f)
1252 nest.map_structure(_cast_indexed_slice_indices, res_t, res_f)
1301 def _cast_indexed_slice_indices(a, b): function