Home
last modified time | relevance | path

Searched defs:tensor_out_shape (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpooling_ops.cc316 const TensorShape tensor_out_shape = ctx->InputShape(1); in Compile() local
536 const TensorShape tensor_out_shape = ctx->InputShape(1); in Compile() local
/external/tensorflow/tensorflow/core/kernels/
Dpooling_ops_common.cc219 const TensorShape& tensor_out_shape, in Compute()