Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_ops_3d.cc1355 TensorShape nchw_shape = {dims.batch_size, dims.out_depth, in Compute() local
1360 DataTypeToEnum<T>::value, nchw_shape, in Compute()
1366 CHECK(transformed_out_backprop.CopyFrom(out_backprop, nchw_shape)); in Compute()
1846 TensorShape nchw_shape = {dims.batch_size, dims.out_depth, in Compute() local
1850 context, context->allocate_temp(DataTypeToEnum<T>::value, nchw_shape, in Compute()
1857 CHECK(transformed_out_backprop.CopyFrom(out_backprop, nchw_shape)); in Compute()
1865 TensorShape nchw_shape = { in Compute() local
1871 nchw_shape, &transformed_input)); in Compute()
1877 CHECK(transformed_input.CopyFrom(compatible_input, nchw_shape)); in Compute()
Dconv_ops_3d.cc357 const TensorShape nchw_shape = ShapeFromFormat( in launch() local
362 nchw_shape, &transformed_input)); in launch()
372 CHECK(input.CopyFrom(input, nchw_shape)); in launch()
Dconv_ops_fused_impl.h542 TensorShape nchw_shape =
548 nchw_shape, &transformed_input));
556 CHECK(input.CopyFrom(input, nchw_shape)); // Crash OK
Dconv_ops.cc840 TensorShape nchw_shape = in operator ()() local
845 nchw_shape, &transformed_input)); in operator ()()
853 CHECK(input.CopyFrom(input, nchw_shape)); in operator ()()