Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc2234 ShapeHandle block_shape_shape, in SpaceToBatchShapeHelper() argument
2238 if (c->Rank(block_shape_shape) != 1) { in SpaceToBatchShapeHelper()
2242 const DimensionHandle num_block_dims_handle = c->Dim(block_shape_shape, 0); in SpaceToBatchShapeHelper()
2310 ShapeHandle block_shape_shape, in BatchToSpaceShapeHelper() argument
2313 if (c->Rank(block_shape_shape) != 1) { in BatchToSpaceShapeHelper()
2317 const DimensionHandle num_block_dims_handle = c->Dim(block_shape_shape, 0); in BatchToSpaceShapeHelper()