/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bias_ops.cc | 34 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in BiasOp() 83 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in BiasAddGradOp()
|
D | pooling_ops.cc | 159 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in MaxPoolOp() 218 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in AvgPoolOp() 379 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in MaxPool2DGradOp() 418 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in AvgPoolGradOp() 654 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in MaxPool2DGradGradOp() 672 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in MaxPool3DGradGradOp()
|
D | data_format_ops.cc | 97 OP_REQUIRES(ctx, FormatFromString(src_format_, &data_format), in DataFormatVecPermuteOp() 103 OP_REQUIRES(ctx, FormatFromString(dst_format_, &data_format), in DataFormatVecPermuteOp()
|
D | batch_norm_op.cc | 45 ctx, FormatFromString(data_format_str, &data_format_), in FusedBatchNormOp() 246 ctx, FormatFromString(data_format_str, &data_format_), in FusedBatchNormGradOp()
|
D | depthtospace_op.cc | 31 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in DepthToSpaceOp()
|
D | spacetodepth_op.cc | 31 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in SpaceToDepthOp()
|
D | conv_op_helpers.cc | 176 if (!FormatFromString(data_format, &attrs.data_format)) { in Create()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | avgpooling_op.cc | 61 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingOp() 139 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingOp() 255 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingGradOp() 420 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingGradOp() 507 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingGradOpCustomGPUKernel()
|
D | bias_op.cc | 92 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasOp() 223 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasGradOp() 303 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasOp() 451 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasGradOp()
|
D | maxpooling_op.cc | 226 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradOp() 352 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradOp() 459 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradGradOp() 669 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradGradOp() 772 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskOp() 834 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskV2Op() 1046 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in MaxPoolingGradWithArgmaxOp() 1167 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskOp() 1266 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskV2Op()
|
D | depthtospace_op.cc | 49 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in DepthToSpaceOp()
|
D | pooling_ops_3d.cc | 131 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Pooling3DOp() 305 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPooling3dGradOp() 459 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPooling3dGradOp() 658 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPooling3dGradGradOp()
|
D | spacetodepth_op.cc | 64 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in SpaceToDepthOp()
|
D | conv_grad_ops_3d.cc | 184 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropInputOp() 291 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DCustomBackpropInputOp() 642 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropFilterOp() 754 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DCustomBackpropFilterOp() 1113 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropInputOp() 1594 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropFilterOp()
|
D | pooling_ops_common.h | 101 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingOp() 340 OP_REQUIRES(context, FormatFromString(data_format, &data_format_),
|
D | conv_grad_input_ops.h | 359 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), 480 OP_REQUIRES(context, FormatFromString(data_format, &data_format_),
|
D | conv_ops_using_gemm.cc | 438 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DUsingGemmOp()
|
D | depthwise_conv_op.cc | 276 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in DepthwiseConv2dNativeOp()
|
D | conv_grad_filter_ops.cc | 267 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DBackpropFilterOp() 387 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DCustomBackpropFilterOp()
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_format.cc | 76 bool FormatFromString(absl::string_view format_str, TensorFormat* format) { in FormatFromString() function
|
D | tensor_format_test.cc | 153 EXPECT_TRUE(FormatFromString(expected_format_str, &format)); in TEST()
|
D | tensor_format.h | 101 bool FormatFromString(absl::string_view format_str, TensorFormat* format);
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 588 if (!FormatFromString(data_format_str, &data_format)) { in Conv2DShapeImpl() 855 if (!FormatFromString(data_format_str, &data_format)) { in Conv2DBackpropInputShape() 955 if (!s.ok() || !FormatFromString(data_format_str, &data_format)) { in DepthwiseConv2DNativeShapeImpl() 1059 FormatFromString(data_format_str, &data_format); in AvgPoolShape() 1135 if (!FormatFromString(data_format_str, &data_format)) { in FusedBatchNormShape() 1185 if (!FormatFromString(data_format_str, &data_format)) { in FusedBatchNormExShape() 1208 if (!FormatFromString(data_format_str, &data_format)) { in FusedBatchNormGradShape() 1500 FormatFromString(data_format_str, &data_format); in MaxPoolShapeImpl() 1607 FormatFromString(data_format_str, &data_format); in MaxPoolV2Shape()
|
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/ |
D | tf_ops_a_m.cc | 453 bool is_valid = FormatFromString(data_format, &format); in Verify() 521 bool is_valid = FormatFromString(data_format, &format); in Verify() 1524 auto is_valid = FormatFromString(data_format, &format); in Verify() 1584 auto data_format_is_valid = FormatFromString(data_format.str(), &format); in inferConvReturnTypes()
|
/external/tensorflow/tensorflow/core/kernels/mkl/ |
D | mkl_conv_ops.h | 566 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in MklConvBackpropCommonOp()
|