Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/framework/
Dkernel_shape_util.cc20 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()
Dkernel_shape_util.h121 Status GetWindowedOutputSizeVerboseV2(int64 input_size, int64 filter_size,
/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_conv_ops.h412 GetWindowedOutputSizeVerboseV2(
416 GetWindowedOutputSizeVerboseV2(
420 OP_REQUIRES_OK(context_, GetWindowedOutputSizeVerboseV2(
425 GetWindowedOutputSizeVerboseV2(
429 GetWindowedOutputSizeVerboseV2(
/external/tensorflow/tensorflow/core/kernels/
Dconv_grad_shape_utils.cc65 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in ConvBackpropExtractAndVerifyDimension()
Dconv_grad_filter_ops.cc141 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 ()()
Dconv_ops.cc477 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 ()()
Dconv_grad_input_ops.cc105 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
110 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator ()()
Dconv_grad_input_ops.h149 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator()
155 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in operator()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dextract_image_patches_op.cc149 ctx, GetWindowedOutputSizeVerboseV2( in Compile()
Dconv_op_helpers.cc271 TF_RETURN_IF_ERROR(GetWindowedOutputSizeVerboseV2( in MakeXlaForwardConvOp()
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_utils.cc257 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in getPaddingValuesFromPadType()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dlayout_optimizer_test.cc131 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput()
134 TF_CHECK_OK(GetWindowedOutputSizeVerboseV2( in SimpleConv2DBackpropInput()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dlegalize_hlo.cc144 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in IsSamePadding()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_ops_a_m.cc1663 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in inferConvReturnTypes()
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/
Dlegalization.md180 …tensorflow::GetWindowedOutputSizeVerboseV2(input_type.shape[ifm_dim], filter_type.shape[filter_dim…
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc1219 tensorflow::Status status = tensorflow::GetWindowedOutputSizeVerboseV2( in matchAndRewrite()