Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dmkl_avgpooling_op.cc124 TensorShape tensor_out_shape; in Compute() local
133 tensor_out_shape.AddDim(dnnLayoutGetMemorySize_F32(static_cast<dnnLayout_t>( in Compute()
137 AllocateOutputSetMklShape(context, 0, &output, tensor_out_shape, in Compute()
314 TensorShape tensor_out_shape; in Compute() local
324 tensor_out_shape.AddDim(dnnLayoutGetMemorySize_F32(static_cast<dnnLayout_t>( in Compute()
328 AllocateOutputSetMklShape(context, 0, &output, tensor_out_shape, in Compute()
Dpooling_ops_common.cc159 const TensorShape& tensor_out_shape, in Compute() argument
163 context->allocate_output(0, tensor_out_shape, &tensor_out)); in Compute()
196 ShapeFromFormat(FORMAT_NCHW, tensor_out_shape, in Compute()
Dpooling_ops_common_gpu.h47 const TensorShape& tensor_out_shape, bool propagate_nans);
Dmkl_maxpooling_op.cc105 TensorShape tensor_out_shape; in Compute() local
115 tensor_out_shape.AddDim(dnnLayoutGetMemorySize_F32(static_cast<dnnLayout_t>( in Compute()
118 AllocateOutputSetMklShape(context, 0, &output_tensor, tensor_out_shape, in Compute()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dpooling_ops.cc309 const TensorShape tensor_out_shape = ctx->InputShape(1); in Compile() local
316 OP_REQUIRES(ctx, tensor_out_shape.dims() == num_dims(), in Compile()
516 const TensorShape tensor_out_shape = ctx->InputShape(1); in Compile() local
523 OP_REQUIRES(ctx, tensor_out_shape.dims() == num_dims(), in Compile()