Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Darray_ops.cc2298 ShapeHandle remaining_input_shape; in SpaceToBatchShapeHelper() local
2300 c->Subshape(input_shape, 1 + num_block_dims, &remaining_input_shape)); in SpaceToBatchShapeHelper()
2304 remaining_input_shape, &result)); in SpaceToBatchShapeHelper()
2373 ShapeHandle remaining_input_shape; in BatchToSpaceShapeHelper() local
2375 c->Subshape(input_shape, 1 + num_block_dims, &remaining_input_shape)); in BatchToSpaceShapeHelper()
2379 remaining_input_shape, &result)); in BatchToSpaceShapeHelper()