Home
last modified time | relevance | path

Searched refs:GetWindowedOutputSizeVerboseV2 (Results 1 – 10 of 10) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dconv_ops.cc410 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 ()()
Dconv_grad_ops.cc69 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ConvBackpropExtractAndVerifyDimension()
Dmkl_conv_ops.h406 GetWindowedOutputSizeVerboseV2(
410 GetWindowedOutputSizeVerboseV2(
Dconv_grad_filter_ops.cc580 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
585 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
Dconv_grad_input_ops.cc719 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
724 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dextract_image_patches_op.cc143 ctx, GetWindowedOutputSizeVerboseV2( in Compile()
Dconv_op_helpers.cc312 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in MakeXlaForwardConvOp()
/external/tensorflow/tensorflow/core/framework/
Dcommon_shape_fns.h122 Status GetWindowedOutputSizeVerboseV2(int64 input_size, int64 filter_size,
Dcommon_shape_fns.cc21 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/
Dlayout_optimizer_test.cc125 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput()
128 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput()