MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / Conv

Method Conv

tensorflow/compiler/xla/client/xla_builder.cc:1194–1202  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1192}
1193
1194XlaOp XlaBuilder::Conv(XlaOp lhs, XlaOp rhs,
1195 absl::Span<const int64> window_strides, Padding padding,
1196 int64 feature_group_count, int64 batch_group_count,
1197 const PrecisionConfig* precision_config) {
1198 return ConvWithGeneralDimensions(
1199 lhs, rhs, window_strides, padding,
1200 CreateDefaultConvDimensionNumbers(window_strides.size()),
1201 feature_group_count, batch_group_count, precision_config);
1202}
1203
1204XlaOp XlaBuilder::ConvWithGeneralPadding(
1205 XlaOp lhs, XlaOp rhs, absl::Span<const int64> window_strides,

Callers 1

ConvFunction · 0.45

Calls 2

sizeMethod · 0.45

Tested by

no test coverage detected