/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | bias_ops.cc | 33 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in BiasOp() 80 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in BiasAddGradOp()
|
D | pooling_ops.cc | 157 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in MaxPool2DOp() 256 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in AvgPool2DOp() 368 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in MaxPool2DGradOp() 513 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in AvgPool2DGradOp()
|
D | batch_norm_op.cc | 34 ctx, FormatFromString(data_format_str, &data_format_), in FusedBatchNormOp() 111 ctx, FormatFromString(data_format_str, &data_format_), in FusedBatchNormGradOp()
|
D | conv_ops.cc | 188 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in ConvOp() 339 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in ConvBackpropInputOp() 497 OP_REQUIRES(ctx, FormatFromString(data_format, &data_format_), in ConvBackpropFilterOp()
|
D | depthtospace_op.cc | 29 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in DepthToSpaceOp()
|
D | spacetodepth_op.cc | 29 OP_REQUIRES(ctx, FormatFromString(data_format_str, &data_format_), in SpaceToDepthOp()
|
/external/tensorflow/tensorflow/core/kernels/ |
D | avgpooling_op.cc | 55 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingOp() 120 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingOp() 214 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingGradOp() 376 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingGradOp() 450 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPoolingGradOpCustomGPUKernel()
|
D | bias_op.cc | 90 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasOp() 210 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasGradOp() 314 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasOp() 373 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in BiasGradOp()
|
D | maxpooling_op.cc | 203 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradOp() 340 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradOp() 442 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradGradOp() 647 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingGradGradOp() 745 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskOp() 798 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskV2Op() 932 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in MaxPoolingGradWithArgmaxOp() 1037 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskOp() 1122 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingNoMaskV2Op()
|
D | pooling_ops_3d.cc | 136 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Pooling3DOp() 309 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPooling3dGradOp() 463 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in AvgPooling3dGradOp() 662 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPooling3dGradGradOp()
|
D | depthtospace_op.cc | 49 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in DepthToSpaceOp()
|
D | spacetodepth_op.cc | 49 OP_REQUIRES(context, FormatFromString(data_format_str, &data_format_), in SpaceToDepthOp()
|
D | conv_grad_ops_3d.cc | 146 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropInputOp() 256 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropFilterOp() 438 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropInputOp() 782 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv3DBackpropFilterOp()
|
D | mkl_conv_grad_bias_ops.cc | 56 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklConv2DCustomBackpropBiasOp()
|
D | mkl_fused_batch_norm_op.cc | 56 OP_REQUIRES(context, FormatFromString(tensor_format, &tensor_format_), in MklFusedBatchNormOp() 353 OP_REQUIRES(context, FormatFromString(tensor_format, &tensor_format_), in MklFusedBatchNormGradOp() 698 OP_REQUIRES(context, FormatFromString(tensor_format, &tensor_format_), in MklFusedBatchNormOp() 1041 OP_REQUIRES(context, FormatFromString(tensor_format, &tensor_format_), in MklFusedBatchNormGradOp()
|
D | conv_grad_filter_ops.cc | 185 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DFastBackpropFilterOp() 298 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DCustomBackpropFilterOp() 543 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DSlowBackpropFilterOp()
|
D | mkl_avgpooling_op.cc | 51 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklAvgPoolingOp() 227 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklAvgPoolingGradOp()
|
D | pooling_ops_common.h | 85 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MaxPoolingOp() 295 OP_REQUIRES(context, FormatFromString(data_format, &data_format_),
|
D | mkl_maxpooling_op.cc | 53 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklMaxPoolingOp() 211 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklMaxPoolingGradOp()
|
D | mkl_conv_ops.cc | 74 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklConv2DOp() 497 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in MklConv2DOp()
|
D | conv_grad_input_ops.cc | 188 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DFastBackpropInputOp() 303 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DCustomBackpropInputOp() 615 OP_REQUIRES(context, FormatFromString(data_format, &data_format_), in Conv2DSlowBackpropInputOp()
|
/external/tensorflow/tensorflow/core/util/ |
D | tensor_format.cc | 64 bool FormatFromString(const string& format_str, TensorFormat* format) { in FormatFromString() function
|
D | tensor_format_test.cc | 138 EXPECT_TRUE(FormatFromString(expected_format_str, &format)); in TEST()
|
/external/tensorflow/tensorflow/contrib/fused_conv/ops/ |
D | fused_conv2d_bias_activation_op.cc | 59 FormatFromString(data_format_str, &data_format); in __anonea18cef10102()
|
/external/tensorflow/tensorflow/core/framework/ |
D | common_shape_fns.cc | 381 if (!FormatFromString(data_format_str, &data_format)) { in Conv2DShape() 632 FormatFromString(data_format_str, &data_format); in AvgPoolShape() 782 FormatFromString(data_format_str, &data_format); in MaxPoolShape() 852 FormatFromString(data_format_str, &data_format); in MaxPoolV2Shape()
|