Searched refs:GetWindowedOutputSizeVerbose (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | kernel_shape_util.cc | 66 Status GetWindowedOutputSizeVerbose(int64 input_size, int64 filter_size, in GetWindowedOutputSizeVerbose() function 85 return GetWindowedOutputSizeVerbose(input_size, filter_size, stride, in GetWindowedOutputSize()
|
D | kernel_shape_util.h | 114 Status GetWindowedOutputSizeVerbose(int64 input_size, int64 filter_size,
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_pooling_ops_common.cc | 331 context, GetWindowedOutputSizeVerbose(tensor_in_planes, window_planes, in Init() 336 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Init() 340 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Init()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_input_ops.h | 562 GetWindowedOutputSizeVerbose( 568 GetWindowedOutputSizeVerbose( 598 GetWindowedOutputSizeVerbose( 604 GetWindowedOutputSizeVerbose(
|
D | ops_util_test.cc | 108 Status status = GetWindowedOutputSizeVerbose( in VerifyGet2dOutputVerboseSizeValues() 113 status = GetWindowedOutputSizeVerbose( in VerifyGet2dOutputVerboseSizeValues()
|
D | depthwise_conv_op.cc | 382 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 385 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute()
|
D | conv_grad_ops_3d.cc | 363 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 369 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 375 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 831 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 837 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute() 843 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in Compute()
|
D | pooling_ops_common.cc | 164 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in PoolParameters() 167 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( in PoolParameters()
|
D | conv_grad_filter_ops.cc | 468 GetWindowedOutputSizeVerbose( in Compute() 474 GetWindowedOutputSizeVerbose( in Compute()
|
D | depthwise_conv_grad_op.cc | 128 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( \ 131 OP_REQUIRES_OK(context, GetWindowedOutputSizeVerbose( \
|
/external/tensorflow/tensorflow/core/ops/ |
D | array_ops.cc | 2649 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon42d741193902() 2652 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon42d741193902() 2755 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon42d741193a02() 2758 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon42d741193a02() 2761 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anon42d741193a02()
|
D | nn_ops.cc | 1042 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anonad10f3361702() 1045 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerbose( in __anonad10f3361702()
|