Searched refs:GetWindowedOutputSizeVerboseV2 (Results 1 – 16 of 16) sorted by relevance
/external/tensorflow/tensorflow/core/framework/ |
D | kernel_shape_util.cc | 20 Status GetWindowedOutputSizeVerboseV2(int64 input_size, int64 filter_size, in GetWindowedOutputSizeVerboseV2() function 70 return GetWindowedOutputSizeVerboseV2(input_size, filter_size, in GetWindowedOutputSizeVerbose() 100 return GetWindowedOutputSizeVerboseV2(input_size, filter_size, dilation_rate, in GetWindowedOutputSizeV2()
|
D | kernel_shape_util.h | 121 Status GetWindowedOutputSizeVerboseV2(int64 input_size, int64 filter_size,
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_conv_ops.h | 412 GetWindowedOutputSizeVerboseV2( 416 GetWindowedOutputSizeVerboseV2( 420 OP_REQUIRES_OK(context_, GetWindowedOutputSizeVerboseV2( 425 GetWindowedOutputSizeVerboseV2( 429 GetWindowedOutputSizeVerboseV2(
|
/external/tensorflow/tensorflow/core/kernels/ |
D | conv_grad_shape_utils.cc | 65 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ConvBackpropExtractAndVerifyDimension()
|
D | conv_grad_filter_ops.cc | 141 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()() 146 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()() 687 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()() 692 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
|
D | conv_ops.cc | 477 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ComputeConv2DDimension() 480 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ComputeConv2DDimension() 771 Status status = GetWindowedOutputSizeVerboseV2( in operator ()() 778 status = GetWindowedOutputSizeVerboseV2(in_cols, patch_cols, col_dilation, in operator ()()
|
D | conv_grad_input_ops.cc | 105 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()() 110 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
|
D | conv_grad_input_ops.h | 149 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator() 155 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator()
|
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | extract_image_patches_op.cc | 149 ctx, GetWindowedOutputSizeVerboseV2( in Compile()
|
D | conv_op_helpers.cc | 271 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in MakeXlaForwardConvOp()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/ |
D | legalize_utils.cc | 257 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in getPaddingValuesFromPadType()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | layout_optimizer_test.cc | 131 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput() 134 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/ |
D | legalize_hlo.cc | 144 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in IsSamePadding()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_a_m.cc | 1663 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in inferConvReturnTypes()
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 180 …tensorflow::GetWindowedOutputSizeVerboseV2(input_type.shape[ifm_dim], filter_type.shape[filter_dim…
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf.cc | 1219 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in matchAndRewrite()
|