Searched refs:GetWindowedOutputSizeVerboseV2 (Results 1 – 10 of 10) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_ops.cc | 410 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ComputeConv2DDimension() 413 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ComputeConv2DDimension() 680 Status status = GetWindowedOutputSizeVerboseV2( in operator ()() 687 status = GetWindowedOutputSizeVerboseV2(in_cols, patch_cols, col_dilation, in operator ()()
|
D | conv_grad_ops.cc | 69 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ConvBackpropExtractAndVerifyDimension()
|
D | mkl_conv_ops.h | 406 GetWindowedOutputSizeVerboseV2( 410 GetWindowedOutputSizeVerboseV2(
|
D | conv_grad_filter_ops.cc | 580 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()() 585 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
|
D | conv_grad_input_ops.cc | 719 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()() 724 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | extract_image_patches_op.cc | 143 ctx, GetWindowedOutputSizeVerboseV2( in Compile()
|
D | conv_op_helpers.cc | 312 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in MakeXlaForwardConvOp()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.h | 122 Status GetWindowedOutputSizeVerboseV2(int64 input_size, int64 filter_size,
|
D | common_shape_fns.cc | 21 Status GetWindowedOutputSizeVerboseV2(int64 input_size, int64 filter_size, in GetWindowedOutputSizeVerboseV2() function 71 return GetWindowedOutputSizeVerboseV2(input_size, filter_size, in GetWindowedOutputSizeVerbose() 101 return GetWindowedOutputSizeVerboseV2(input_size, filter_size, dilation_rate, in GetWindowedOutputSizeV2()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | layout_optimizer_test.cc | 125 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput() 128 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput()
|