Home
last modified time | relevance | path

Searched defs:lhs_dilation (Results 1 – 14 of 14) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/quantization/tensorflow/passes/
Dreplace_cast_hacks_with_tf_xla_ops.cc57 Value &window_strides, Value &lhs_dilation, in PrepareXlaConvParams()
130 Value padding, window_strides, lhs_dilation, rhs_dilation, in CreateXLAConvOp() local
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dextract_image_patches_op.cc128 std::vector<int64_t> lhs_dilation(num_spatial_dims, 1); in Compile() local
Dconv_op_helpers.cc235 std::vector<int64_t> lhs_dilation(attrs.num_spatial_dims, 1); in MakeXlaForwardConvOp() local
340 std::vector<int64_t> lhs_dilation(attrs.num_spatial_dims); in MakeXlaBackpropInputConvOp() local
/external/tensorflow/tensorflow/compiler/xla/
Dreference_util.cc58 Padding padding, int64_t lhs_dilation, int64_t rhs_dilation, in ConvArray3DGeneralDimensionsDilated()
414 std::pair<int64_t, int64_t> lhs_dilation, in ConvArray4DGeneralDimensionsDilated()
/external/tensorflow/tensorflow/compiler/xla/client/
Dxla_builder.cc1527 absl::Span<const int64_t> lhs_dilation, in ConvGeneralDilated()
1567 absl::Span<const int64_t> lhs_dilation, in DynamicConvInstruction()
1611 absl::Span<const int64_t> lhs_dilation, in DynamicConvInputGrad()
1636 absl::Span<const int64_t> lhs_dilation, in DynamicConvKernelGrad()
1663 absl::Span<const int64_t> lhs_dilation, in DynamicConvForward()
1686 absl::Span<const int64_t> lhs_dilation, in ConvGeneralDilatedInternal()
4311 absl::Span<const int64_t> lhs_dilation, in ConvGeneralDilated()
4328 absl::Span<const int64_t> lhs_dilation, in DynamicConvInputGrad()
4344 absl::Span<const int64_t> lhs_dilation, in DynamicConvKernelGrad()
4359 absl::Span<const int64_t> lhs_dilation, in DynamicConvForward()
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dshape_inference.cc1314 llvm::SmallVector<int64_t> lhs_dilation, in InferWindowFromDimensions()
1599 auto lhs_dilation = op.lhs_dilation(); in PrecheckForXlaConvV2Op() local
1732 auto lhs_dilation = op.lhs_dilation(); in InferShapeForXlaConvV2Op() local
Dlegalize_hlo.cc172 auto lhs_dilation = conv_op.lhs_dilation().getValue(); in IsSupportedConvOp() local
832 auto lhs_dilation = conv_op.lhs_dilation().getValue(); in IsSupportedConvOp() local
934 auto lhs_dilation = conv_op.lhs_dilation().getValue(); in MatchResizeOp() local
/external/tensorflow/tensorflow/compiler/tf2xla/python/
Dxla.py247 lhs_dilation, argument
/external/tensorflow/tensorflow/compiler/mlir/xla/ir/
Dmlir_hlo_builder.cc104 absl::Span<const int64_t> lhs_dilation, in ConvGeneralDilatedInternal()
/external/tensorflow/tensorflow/compiler/xla/service/
Dshape_inference.cc2459 absl::Span<const int64_t> lhs_dilation, in InferWindowFromDimensions()
Dspace_to_batch_converter.cc1179 const int64_t lhs_dilation = win_dims.base_dilation(); in CanPropagate() local
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Djitrt_custom_calls.cc692 ArrayRef<int64_t> lhs_dilation; member
Dir_emitter_unnested.cc1019 mlir::DenseIntElementsAttr lhs_dilation = op.getLhsDilation().getValue(); in EmitConvolutionThunk() local
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/
Dlegalize_tf.cc4945 SmallVector<int64_t, num_spatial_dims> lhs_dilation; in matchAndRewrite() local