Searched refs:prefix_indices (Results 1 – 2 of 2) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 1565 ShapeHandle prefix_indices; in ScatterNdUpdateShape() local 1567 c->Subshape(indices_shape, 0, num_outer_dims, &prefix_indices)); in ScatterNdUpdateShape() 1572 Status s = c->Merge(prefix_indices, prefix_updates, &unused); in ScatterNdUpdateShape()
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_ops.cc | 2893 ShapeHandle prefix_indices; in ScatterNdShapeHelper() local 2895 c->Subshape(indices_shape, 0, outer_dims, &prefix_indices)); in ScatterNdShapeHelper() 2900 Status s = c->Merge(prefix_indices, prefix_updates, &unused); in ScatterNdShapeHelper()
|