Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dstate_ops.cc146 return shape_inference::ScatterNdShapeHelper(c, indices_shape, updates_shape, in ScatterNdUpdateShape()
Darray_ops.cc3139 return shape_inference::ScatterNdShapeHelper(c, indices_shape, updates_shape, in ScatterNdTensorShape()
3187 return shape_inference::ScatterNdShapeHelper(c, indices_shape, in __anon091a71b74702()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h267 Status ScatterNdShapeHelper(InferenceContext* c, ShapeHandle indices_shape,
Dcommon_shape_fns.cc2415 Status ScatterNdShapeHelper(InferenceContext* c, ShapeHandle indices_shape, in ScatterNdShapeHelper() function